{
  "$schema": "http://json-schema.org/draft/2019-09/schema",
  "$id": "https://schemas.mpai.community/MMM4/V1.0/data/BasicMLocation.json",
  "title": "BasicMLocation",
  "type": "object",
  "properties": {
    "Header": {
      "type": "string",
      "pattern": "^MMM-BML-V[0-9]{1,2}[.][0-9]{1,2}$"
    },
    "MInstanceID": {
      "type": "string"
    },
    "MEnvironmentID": {
      "type": "string"
    },
    "BasicMLocationID": {
      "type": "string"
    },
    "BasicMLocationData": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "LocationQualifier": {
            "$ref": "https://schemas.mpai.community/TFA/V1.0/data/LocationQualifier.json"
          },
          "LocationSpaceTime": {
            "$ref": "https://schemas.mpai.community/OSD/V1.1/data/SpaceTime.json"
          }
        }
      }
    },
    "DescrMetadata": {
      "type": "string"
    }
  }
}