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
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
<a class="button border button-center" href="https://github.com/json-schema-org/community/discussions/35" target="_blank">👷 Open Community Working Meetings</a>
40
+
</div>
41
+
42
+
Office Hours are every Tuesday at 15:00 UTC.
43
+
44
+
Open Community Working Meetings follow two patterns:
45
+
- First Friday of the month at 20:00 UTC.
46
+
- Third Friday of the month at 15:00 UTC.
47
+
48
+
## Need more?
49
+
50
+
We have our other [learning resources](/learn), including the [Understanding JSON Schema documentation](/understanding-json-schema).
28
51
29
-
You can also see our other [learning resources](/learn).
52
+
## About Our Community
30
53
31
-
### Got questions?
54
+
We have an active and growing community. All are welcome to be part of our community, help shape it, or simply observe.
55
+
56
+
We want to keep our community welcoming and inclusive, so please read our [JSON Schema Organizational Code of Conduct](https://github.com/json-schema-org/.github/blob/main/CODE_OF_CONDUCT.md). (This is a combination of the Contributor Covenant and IETF BCP 54.)
32
57
33
58
The JSON Schema team and community are here to help!
34
59
35
60
At any point, feel free to join our [Slack server](/slack).
36
61
37
-
We also monitor the `jsonschema` tag on StackOverflow.
62
+
Our Slack server has limited history, so we also use [GitHub Discussions](https://github.com/json-schema-org/community/discussions).
63
+
64
+
We monitor the `jsonschema` tag on StackOverflow.
38
65
39
66
## Project Status
40
67
@@ -47,7 +74,6 @@ so we will usually refer to `2020-12` (without the word "draft") on this web sit
47
74
48
75
See the [Specification page](specification.html) for details about naming and numbering.
49
76
50
-
51
77
### The Path to Standardization
52
78
53
79
The JSON Schema project intends to shepherd all three draft series to either: RFC status, the equivalent within another standards body, and/or join a foundation and establish self publication rules.
@@ -68,9 +94,10 @@ Internet-Drafts expire after six months, so our goal is to publish often enough
68
94
</details>
69
95
70
96
### Use of the _draft_ designation
71
-
72
97
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)).
73
98
The use of this designation is under review but will continue until this review process completes to avoid changing the designation style multiple times.
99
+
<detailsmarkdown="1">
100
+
<summary>Read more</summary>
74
101
75
102
The JSON schema project recognizes, condones, and advocates for the use of the JSON schema standard in production.
76
103
@@ -79,7 +106,7 @@ Each release of the JSON schema specification is treated as a production release
79
106
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.
80
107
81
108
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
-
109
+
</details>
83
110
## Quickstart
84
111
85
112
The JSON document being validated or described we call the *instance*, and the document containing the description is called the *schema*.
@@ -106,7 +133,7 @@ This allows the team to focus the little time they do donate on JSON Schema core
0 commit comments