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