summaryrefslogtreecommitdiff
path: root/json/remotes/draft2019-09/metaschema-no-validation.json
blob: 494f0abff90e7284447bf4d4cd6d236cb6877ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "$schema": "https://json-schema.org/draft/2019-09/schema",
    "$id": "http://localhost:1234/draft2019-09/metaschema-no-validation.json",
    "$vocabulary": {
        "https://json-schema.org/draft/2019-09/vocab/applicator": true,
        "https://json-schema.org/draft/2019-09/vocab/core": true
    },
    "allOf": [
        { "$ref": "https://json-schema.org/draft/2019-09/meta/applicator" },
        { "$ref": "https://json-schema.org/draft/2019-09/meta/core" }
    ]
}