summaryrefslogtreecommitdiff
path: root/src/test/resources/schema/issue928-v2019-09.json
blob: ef7d4f397a43eaa5c2634906722ec5b50426fa92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$id": "https://example.com/person.schema.json",
  "$schema": "https://json-schema.org/draft/2019-09/schema#",
  "type": "object",
  "definitions": {
    "example": {
      "$anchor": "example",
      "type": "string",
      "enum": [
        "A", "B"
      ]
    }
  }
}