{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/MMM4/V1.0/data/BasicInformation.json",
  "title": "BasicInformation",
  "type": "object",
  "properties": {
    "Header": {
      "type": "string",
      "pattern": "^MMM-BIF-V[0-9]{1,2}[.][0-9]{1,2}$"
    },
    "MInstanceID": {
      "type": "string"
    },
    "BasicInformationID": {
      "type": "string"
    },
    "BasicInformationData": {
      "type": "object",
      "properties": {
        "BasicInformationRequest": {
          "type": "object",
          "properties": {
            "RequestText": {
              "type": "string"
            },
            "ItemID": {
              "type": "string"
            },
            "PerceptibleEntity": {
              "$ref": "https://schemas.mpai.community/OSD/V1.1/data/PerceptibleEntity.json"
            }
          }
        },
        "BasicInformationResponse": {
          "type": "object",
          "properties": {
            "ResponseText": {
              "type": "string"
            },
            "PerceptibleEntity": {
              "$ref": "https://schemas.mpai.community/OSD/V1.1/data/PerceptibleEntity.json"
            }
          }
        }
      }
    },
    "DescrMetadata": {
      "type": "string"
    }
  }
}