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