Skip to content

Commit cea2146

Browse files
committed
Fix README
1 parent 238ff71 commit cea2146

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ JSON Schema describes ways to `structure complex schemas <https://json-schema.or
216216
Re-useable (shared) definitions are, by convention, placed under **$defs**.
217217
These are referenced using the **$ref** keyword with JSON pointer syntax.
218218

219-
For example:
219+
For example::
220220

221221
"$ref": "#/$defs/MyObject"
222222

223-
Definitions from other schema may be used:
223+
Definitions from other schema may be used::
224224

225225
"$ref": "other-schema/$defs/MyObject"
226226

0 commit comments

Comments
 (0)