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