summaryrefslogtreecommitdiff
path: root/json/remotes/draft-next/metaschema-no-validation.json
blob: c19c9e8a7aca1bdd628cae476a8a95d83de4cd7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "$schema": "https://json-schema.org/draft/next/schema",
    "$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" }
    ]
}