summaryrefslogtreecommitdiff
path: root/src/test/suite/remotes/draft-next/format-assertion-true.json
blob: a33d1435f869e73fe9763112b997f2de3670bb78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "$id": "http://localhost:1234/draft-next/format-assertion-true.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": true
    },
    "allOf": [
        { "$ref": "https://json-schema.org/draft/next/meta/core" },
        { "$ref": "https://json-schema.org/draft/next/meta/format-assertion" }
    ]
}