File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -822,16 +822,17 @@ default to using the current location if a default is desireable.
822
822
823
823
## The JSON Schema Core Keywords {#core}
824
824
825
- Keywords declared in this section, which all begin with "$", are essential to
826
- processing JSON Schema. These keywords inform implementations how to process any
827
- schema or meta-schema, including those split across multiple documents, or exist
828
- to reserve keywords for purposes that require guaranteed interoperability.
825
+ Keywords declared in this section, which all begin with a dollar sign (` $ ` ), are
826
+ essential to processing JSON Schema. These keywords inform implementations how
827
+ to process any schema or meta-schema, including those split across multiple
828
+ documents, or exist to reserve keywords for purposes that require guaranteed
829
+ interoperability.
829
830
830
831
Support for these keywords MUST be considered mandatory at all times as they are
831
832
necessary to navigate and process any schema.
832
833
833
- The "$" prefix is reserved for use by this specification. Extensions MUST NOT
834
- define new keywords that begin with "$" .
834
+ The ` $ ` prefix is reserved for use by this specification. Extensions MUST NOT
835
+ define new keywords that begin with ` $ ` .
835
836
836
837
### Meta-Schemas
837
838
You can’t perform that action at this time.
0 commit comments