We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238ff71 commit cea2146Copy full SHA for cea2146
1 file changed
README.rst
@@ -216,11 +216,11 @@ JSON Schema describes ways to `structure complex schemas <https://json-schema.or
216
Re-useable (shared) definitions are, by convention, placed under **$defs**.
217
These are referenced using the **$ref** keyword with JSON pointer syntax.
218
219
-For example:
+For example::
220
221
"$ref": "#/$defs/MyObject"
222
223
-Definitions from other schema may be used:
+Definitions from other schema may be used::
224
225
"$ref": "other-schema/$defs/MyObject"
226
0 commit comments