Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions draft-04/json-schema-core.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
---

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Expand Down Expand Up @@ -426,6 +429,10 @@
<meta name="dct.abstract" content="JSON Schema defines the media type &quot;application/schema+json&quot;, a JSON based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how to interact with it. JSON Schema is intended to define validation, documentation, hyperlink navigation, and interaction control of JSON data. " />
<meta name="description" content="JSON Schema defines the media type &quot;application/schema+json&quot;, a JSON based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how to interact with it. JSON Schema is intended to define validation, documentation, hyperlink navigation, and interaction control of JSON data. " />

{% if jekyll.environment == 'production' and site.google_analytics %}
{% include google-analytics.html %}
{% endif %}

</head>

<body>
Expand Down
9 changes: 8 additions & 1 deletion draft-04/json-schema-hypermedia.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
---

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Expand Down Expand Up @@ -421,6 +424,9 @@
<meta name="dct.abstract" content="JSON Schema is a JSON based format for defining the structure of JSON data. This document specifies hyperlink- and hypermedia-related keywords of JSON Schema. " />
<meta name="description" content="JSON Schema is a JSON based format for defining the structure of JSON data. This document specifies hyperlink- and hypermedia-related keywords of JSON Schema. " />

{% if jekyll.environment == 'production' and site.google_analytics %}
{% include google-analytics.html %}
{% endif %}
</head>

<body>
Expand Down Expand Up @@ -763,6 +769,7 @@ <h1 id="rfc.section.5.1.1.1.4"><a href="#rfc.section.5.1.1.1.4">5.1.1.1.4.</a> E
<p>For example, here are some possible values for "href", followed by the results after pre-processing:</p>
<pre>

{% raw %}
Input Output
-----------------------------------------
"no change" "no change"
Expand All @@ -777,7 +784,7 @@ <h1 id="rfc.section.5.1.1.1.4"><a href="#rfc.section.5.1.1.1.4">5.1.1.1.4.</a> E
"{()}" "{%65mpty}
"{+$*}" "{+%73elf*}
"{+($)*}" "{+%24*}

{% endraw %}
</pre>
<p>Note that in the final example, because the "+" was outside the brackets, it remained unescaped, whereas in the fourth example the "+" was escaped. </p>
<h1 id="rfc.section.5.1.1.2"><a href="#rfc.section.5.1.1.2">5.1.1.2.</a> Values for substitution</h1>
Expand Down
7 changes: 7 additions & 0 deletions draft-04/json-schema-validation.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
---

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Expand Down Expand Up @@ -458,6 +461,10 @@
<meta name="dct.abstract" content="JSON Schema (application/schema+json) has several purposes, one of which is instance validation. The validation process may be interactive or non interactive. For instance, applications may use JSON Schema to build a user interface enabling interactive content generation in addition to user input checking, or validate data retrieved from various sources. This specification describes schema keywords dedicated to validation purposes. " />
<meta name="description" content="JSON Schema (application/schema+json) has several purposes, one of which is instance validation. The validation process may be interactive or non interactive. For instance, applications may use JSON Schema to build a user interface enabling interactive content generation in addition to user input checking, or validate data retrieved from various sources. This specification describes schema keywords dedicated to validation purposes. " />

{% if jekyll.environment == 'production' and site.google_analytics %}
{% include google-analytics.html %}
{% endif %}

</head>

<body>
Expand Down
6 changes: 6 additions & 0 deletions draft-zyp-json-schema-01.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"><head><title>A JSON Media Type for Describing the Structure and Meaning of JSON Documents</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Expand Down Expand Up @@ -138,6 +140,10 @@
color: #CCC; background-color: #CCC;
}
--></style>

{% if jekyll.environment == 'production' and site.google_analytics %}
{% include google-analytics.html %}
{% endif %}
</head>
<body>
<table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
Expand Down