File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,10 @@ Schema format
5757This dictionary describes the possible keys and types in the JSON object being
5858validated, using the following reserved keys:
5959
60- - ``id `` (or ``$id ``): an URI identifing this schema. Change the last part of
61- the example URL to use your app's name.
60+ - ``id `` (or ``$id ``): an URI identifing this schema. This URI is used to
61+ differentiate between different schema packages and should ideally remain
62+ consistent within a specific schema package. Change the last part of the
63+ example URL to use your app’s name.
6264- ``$schema ``: an URI describing the validator to use, you can leave that one
6365 as it is. It is only present at the root of the dictionary.
6466- ``description ``: a fulltext description of the key.
You can’t perform that action at this time.
0 commit comments