{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.stenci.la/v1/EnumerationTypes.schema.json",
  "title": "EnumerationTypes",
  "category": "other",
  "description": "All type schemas that are derived from Enumeration",
  "anyOf": [
    {
      "$ref": "Enumeration.schema.json"
    },
    {
      "$ref": "CitationIntentEnumeration.schema.json"
    }
  ]
}
