{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/OSD/V1.4/data/BasicLocation.json",
  "title": "BasicLocation",
  "type": "object", "properties": { "Header": {
      "type": "string", "pattern": "^MMM-BLC-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID": { "type": "string" },
    "BasicLocationID": { "type": "string" },
    "BasicLocationData": { "type": "array", "items": {
      "anyOf": [
        { "type": "object", "properties": { "Payload": { "type": "string" } } },
        { "type": "object", "properties": {
            "DataLength": { "type": "integer" },
            "DataURI": { "type": "string", "format": "uri" } } } ] } },
    "LocationQualifier": { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/LocationQualifier.json" },
    "SpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
    "DescrMetadata": { "type": "string" } }
}