Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d642ed2

Browse files
committedMar 4, 2025
dollar sign has markdown significance
1 parent 5c57ee7 commit d642ed2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎specs/jsonschema-core.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -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

830831
Support for these keywords MUST be considered mandatory at all times as they are
831832
necessary 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

Comments
 (0)
Please sign in to comment.