Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 5222a67

Browse files
committed
Migrated content about draft notation inside an expandable details element
1 parent 0e7e8ea commit 5222a67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ Internet-Drafts expire after six months, so our goal is to publish often enough
6868
</details>
6969

7070
### Use of the _draft_ designation
71-
7271
Releases of the JSON schema specification and meta schemas use the _draft_ designation primarily for historical reasons stemming from the relationship of this specification to IETF ([explained here](https://json-schema.org/specification-links.html#understanding-draft-names-and-numbers)).
7372
The use of this designation is under review but will continue until this review process completes to avoid changing the designation style multiple times.
73+
<details markdown="1">
74+
<summary>Read more</summary>
7475

7576
The JSON schema project recognizes, condones, and advocates for the use of the JSON schema standard in production.
7677

@@ -79,7 +80,7 @@ Each release of the JSON schema specification is treated as a production release
7980
Similarly to most specifications, the JSON schema specification will continue to evolve, and not all releases will be backwards compatible. The intention, particularly for vocabularies such as validation which have been widely implemented, is to remain as compatible as possible from release to release. However, major changes can still occur given a clear enough need validated with the user community.
8081

8182
When the _draft_ designation is dropped this may indicate that the frequency of releases and amount of changes in each release will decrease, but it won't indicate that no new releases will be made, or that all future releases will be backwards compatible.
82-
83+
</details>
8384
## Quickstart
8485

8586
The JSON document being validated or described we call the *instance*, and the document containing the description is called the *schema*.

0 commit comments

Comments
 (0)