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