{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/TFA/V1.4/data/LocationQualifier.json",
  "title": "LocationQualifier", "type": "object", "properties": {
    "Header": { "type": "string", "pattern": "^TFA-LCQ-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "LocationQualifierID": { "type": "string" },
    "SubTypes": { "type": "string", "enum": [ "Real", "Virtual" ] },
    "Format": { "type": "object", "properties": {
      "MPAIContentFormat": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SimpleLocation.json" },
      "OtherContentFormats": { "$ref": "https://schemas.mpai.community/TFA/V1.4/formats/LocationContentFormats.json" } } },
    "DescrMetadata": {       "type": "string" } }
}