{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/MMM4/V2.1/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" },
    "BasicInformation": { "type": "object", "properties": {
      "BasicInformationRequest": { "type": "object", "properties": {
        "ModelRights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" },
        "InfoObject": { "type": "array", "items": { "anyOf": [
          { "type": "object", "properties": { 
              "MLocation": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/MLocation.json" } } },
          { "type": "object", "properties": { 
              "PerceptibleEntity": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/PerceptibleEntity.json" } } },
          { "type": "object", "properties": { "ItemID": { "type": "string" } } } ] } },
      "BasicInformationResponse": { "type": "object", "properties": {
        "PerceptibleEntity": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/PerceptibleEntity.json" },
        "Rights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" } } } } } } },
    "DescrMetadata": { "type": "string" } }
} 