UNPKG

390 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v1/EnumerationTypes.schema.json",
4 "title": "EnumerationTypes",
5 "category": "other",
6 "description": "All type schemas that are derived from Enumeration",
7 "anyOf": [
8 {
9 "$ref": "Enumeration.schema.json"
10 },
11 {
12 "$ref": "CitationIntentEnumeration.schema.json"
13 }
14 ]
15}