From 821255e97f2756b7ae0faaad6db24692325b63de Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Sun, 13 Jul 2025 16:52:51 +1200 Subject: [PATCH 1/3] add subsection to point to the github process file for proposal requirements --- PROCESS.md | 2 +- specs/jsonschema-core.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/PROCESS.md b/PROCESS.md index b0a06cb0..7d769bed 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -106,7 +106,7 @@ The website will also be configured to: The latest-release meta-schemas will be updated with proposals as indicated by the [Proposal section](#proposal) of this document. -> \[!IMPORTANT] +> [!IMPORTANT] > These are only publication and availability URLs. The specification will > define the `$id` values for the meta-schemas. diff --git a/specs/jsonschema-core.md b/specs/jsonschema-core.md index 2cf7f4ce..93b84dfd 100644 --- a/specs/jsonschema-core.md +++ b/specs/jsonschema-core.md @@ -437,6 +437,13 @@ compatible with successive specifications, which are published with the same version and either the same or greater release year value. Thus, JSON Schema provides a guarantee of compatibility for future releases within a version. +### Future Development and Support of Proposals + +Continued development of this specifications and support requirments for +proposed features is managed in the +[json-schema-org/json-schema-spec](https://github.com/json-schema-org/json-schema-spec) +GitHub repository and defined by _PROCESS.md_. + ## Keyword Behaviors {#keyword-behaviors} JSON Schema keywords may exhibit one or more behaviors. This specification From 623a1e4fc1ccfa8d998d9bb6089fdddfd986b12c Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Sat, 19 Jul 2025 17:48:27 +1200 Subject: [PATCH 2/3] fix grammar mistake --- specs/jsonschema-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/jsonschema-core.md b/specs/jsonschema-core.md index 93b84dfd..4d629d3f 100644 --- a/specs/jsonschema-core.md +++ b/specs/jsonschema-core.md @@ -439,7 +439,7 @@ provides a guarantee of compatibility for future releases within a version. ### Future Development and Support of Proposals -Continued development of this specifications and support requirments for +Continued development of these specifications and support requirments for proposed features is managed in the [json-schema-org/json-schema-spec](https://github.com/json-schema-org/json-schema-spec) GitHub repository and defined by _PROCESS.md_. From e754c5a9e482e622f507abb9ec7a5da501df0170 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Sat, 19 Jul 2025 17:53:52 +1200 Subject: [PATCH 3/3] re-escape the bracket for some reason --- PROCESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROCESS.md b/PROCESS.md index 7d769bed..b0a06cb0 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -106,7 +106,7 @@ The website will also be configured to: The latest-release meta-schemas will be updated with proposals as indicated by the [Proposal section](#proposal) of this document. -> [!IMPORTANT] +> \[!IMPORTANT] > These are only publication and availability URLs. The specification will > define the `$id` values for the meta-schemas.