Skip to content

add subsection to point to the github process file for proposal requirements #1613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 7 additions & 0 deletions specs/jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Continued development of this specifications and support requirments for
Continued development of this specification and support requirements 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
Expand Down
Loading