Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d642ed2

Browse files
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‎

Lines changed: 7 additions & 6 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /