|
| 1 | +# JSON Schema Proposal: <TODO> |
| 2 | + |
| 3 | +## Abstract |
| 4 | + |
| 5 | +<!-- |
| 6 | +Fill in the specification(s) that will change. If adding a keyword, which vocabulary |
| 7 | +will contain it? |
| 8 | +
|
| 9 | +For example |
| 10 | +
|
| 11 | + This document proposes a change to the JSON Schema Core specification and |
| 12 | + Applicator vocabulary by adding the `propertyDependencies` keyword. |
| 13 | +
|
| 14 | +--> |
| 15 | + |
| 16 | +This document proposes a change to the ??? specification by adding ???. |
| 17 | + |
| 18 | +## Current Status |
| 19 | + |
| 20 | +<!-- |
| 21 | +Status is free text: just something to explain where the proposal is in |
| 22 | +its journey. This status does not align with the SDLC feature life cycle. |
| 23 | +--> |
| 24 | + |
| 25 | +## Note to Readers |
| 26 | + |
| 27 | +<!-- |
| 28 | +It would be a good idea to isolate the issues that discuss the feature by |
| 29 | +updating the link below to include a query. |
| 30 | +--> |
| 31 | + |
| 32 | +The issues list for this proposal can be found at |
| 33 | +<https://github.com/json-schema-org/json-schema-spec/issues>. |
| 34 | + |
| 35 | +For additional information, see <https://json-schema.org/>. |
| 36 | + |
| 37 | +To provide feedback, use this issue tracker or any of the communication methods |
| 38 | +listed on the homepage. |
| 39 | + |
| 40 | +## Table of Contents |
| 41 | + |
| 42 | +## Conventions and Terminology |
| 43 | + |
| 44 | +All conventions and terms used and defined by the JSON Schema Core specification |
| 45 | +also apply to this document. |
| 46 | + |
| 47 | +## Overview |
| 48 | + |
| 49 | +### Problem Statement |
| 50 | + |
| 51 | +<!-- What problem exists that needs solving? --> |
| 52 | + |
| 53 | +### Solution |
| 54 | + |
| 55 | +<!-- What is the solution? Include examples of use. --> |
| 56 | + |
| 57 | +### Limitations |
| 58 | + |
| 59 | +<!-- Are there any limitations inherent to the proposal? --> |
| 60 | + |
| 61 | +## Change Details |
| 62 | + |
| 63 | +<!-- |
| 64 | +This is where the specification changes are defined. This must be precise as |
| 65 | +these changes will be made verbatim. |
| 66 | +
|
| 67 | +For example |
| 68 | +
|
| 69 | +1. The following section will be added to the JSON Schema Core specification as |
| 70 | + a subsection of "Keywords for Applying Subschemas Conditionally". |
| 71 | + > ### {New section name} |
| 72 | + > |
| 73 | + > {Feature description} |
| 74 | +2. The following subschema will be added to the Applicator Vocabulary schema, |
| 75 | + `https://json-schema.org/<version>/<release>/meta/applicator`, at |
| 76 | + `/properties/{keyword}`: |
| 77 | + ```jsonc |
| 78 | + { |
| 79 | + // keyword schema |
| 80 | + } |
| 81 | + ``` |
| 82 | +--> |
| 83 | + |
| 84 | +## [Appendix] Change Log |
| 85 | + |
| 86 | +* [MMMM YYYY] Created |
| 87 | + |
| 88 | +## [Appendix] Champions |
| 89 | + |
| 90 | +| Champion | Company | Email | URI | |
| 91 | +|----------------------------|---------|-------------------------|----------------------------------| |
| 92 | +| Your Name | | | < GitHub profile page > | |
0 commit comments