@@ -822,16 +822,17 @@ default to using the current location if a default is desireable.
822822
823823## The JSON Schema Core Keywords {#core}
824824
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.
829830
830831Support for these keywords MUST be considered mandatory at all times as they are
831832necessary to navigate and process any schema.
832833
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 ` $ ` .
835836
836837### Meta-Schemas
837838
0 commit comments