You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft/2019-09/release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ yes | off | not validated
104
104
105
105
Obviously, each implementation will behave consistently from schema to schema, although some formats may be supported more thoroughly than others despite the wording in the specification. However, complex formats are, in practice, supported to different degrees in each implementation. If they are supported at all.
106
106
107
-
**Summary of draft/2019-09 behavior**
107
+
**Summary of 2019-09 behavior**
108
108
109
109
The goal with this draft is to make the default behavior predictable, with the inconsistent behavior as an opt-in feature. This is not entirely satisfactory, but we feel that it is a good first step to reduce the number of complaints seen around surprising results. This way, there should at least be fewer surprises.
Copy file name to clipboardExpand all lines: specification.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ title: Specification
11
11
Draft numbering
12
12
---------------
13
13
14
-
The latest Internet-Drafts at the IETF are the **draft-handrews-json-schema\*-02** documents, which correspond to the **draft/2019-09** meta-schemas. These were published on **2019-09-16**.
14
+
The latest Internet-Drafts at the IETF are the **draft-handrews-json-schema\*-02** documents, which correspond to the **2019-09** meta-schemas. These were published on **2019-09-16**.
15
15
16
-
For a full explanation of both the IETF and meta-schema numbering schemes, how they correspond, and why we are now using the date-based `draft/2019-09` rather than `draft-08`, see the [Specification Links](specification-links.html) page.
16
+
For a full explanation of both the IETF and meta-schema numbering schemes, how they correspond, and why we are now using the date-based `2019-09` rather than `draft-08`, see the [Specification Links](specification-links.html) page.
17
17
18
18
Specification documents
19
19
-----------------------
@@ -41,7 +41,7 @@ Meta-schemas
41
41
42
42
The meta-schemas are schemas against which other schemas can be validated. They are self-descriptive: the JSON Schema meta-schema validates itself, while the JSON Hyper-Schema meta-schema both validates itself and defines its own "self" link.
43
43
44
-
The latest meta-schema is **draft/2019**. For an explanation of the change to date-based identifiers, see the [Specification Links](specification-links.html) page.
44
+
The latest meta-schema is **2019-09**. For an explanation of the change to date-based identifiers, see the [Specification Links](specification-links.html) page.
45
45
46
46
_If you are accessing these JSON document links **from a web browser**, you will need to **save the file** then open it as a JSON document. This is due to limitations with GitHub Pages._
47
47
@@ -76,11 +76,11 @@ Migrating from older drafts
76
76
The release notes discuss the changes impacting users and implementers:
77
77
78
78
- JSON Schema Core and Validation
79
-
-[Draft-07 to Draft 2019-09](draft/2019-09/release-notes.html)
79
+
-[Draft-07 to 2019-09](draft/2019-09/release-notes.html)
80
80
-[Draft-06 to Draft-07](draft-07/json-schema-release-notes.html)
81
81
-[Draft-04 to Draft-06](draft-06/json-schema-release-notes.html)
82
82
- JSON Hyper-Schema
83
-
-[Draft-07 to Draft 2019-09](draft/2019-09/release-notes.html#hyper-schema-vocabulary)
83
+
-[Draft-07 to 2019-09](draft/2019-09/release-notes.html#hyper-schema-vocabulary)
84
84
-[Draft-04 to Draft-07](draft-07/json-hyper-schema-release-notes.html)
85
85
-[Draft-04 to Draft-06](draft-06/json-hyper-schema-release-notes.html)
0 commit comments