File tree 1 file changed +16
-15
lines changed
1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This document proposes a change to the ??? specification by adding ???.
19
19
20
20
<!--
21
21
Status is free text: just something to explain where the proposal is in
22
- its journey. This status does not align with the SLDC feature life cycle.
22
+ its journey. This status does not align with the SDLC feature life cycle.
23
23
-->
24
24
25
25
## Note to Readers
@@ -60,26 +60,27 @@ also apply to this document.
60
60
61
61
## Change Details
62
62
63
- ### Target
64
-
65
63
<!--
66
- Where does this change go?
64
+ This is where the specification changes are defined. This must be precise as
65
+ these changes will be made verbatim.
67
66
68
67
For example
69
68
70
- This proposal will add the {{propertyDependencies}} section contained herein as
71
- a subsection of JSON Schema Core, section 10.2.2 "Keywords for Applying
72
- Subschemas Conditionally."
73
-
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
+ ```
74
82
-->
75
83
76
- This proposal will add the {{???}} section contained herein as
77
- a subsection of ???.
78
-
79
- ### ???
80
-
81
- <!-- What is the text that will appear in the specification? -->
82
-
83
84
## [ Appendix] Change Log
84
85
85
86
* [ MMMM YYYY] Created
You can’t perform that action at this time.
0 commit comments