{ "$schema":                          "https://json-schema.org/draft/2020-12/schema",
  "$id":                              "https://schemas.mpai.community/MMC/V2.5/data/Summary.json",
  "title":                            "Summary V2.5", "type": "object", "properties": {

    "Header":                         { "type": "string", "pattern": "^MMC-SUM-V[0-9],{1,2},[.][0-9],{1,2}$" },
    "MInstanceID":                    { "type": "string" },
    "UEnvironmentID":                 { "type": "string" },
    "SummaryID":                      { "type": "string" },
    "SummaryTime":                    { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/Time.json" },

    "SummaryElements":                { "type": "array", "items": { "type": "object", "properties": {
      "EntityID":                     { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/InstanceIdentifier.json" },
      "ReportedEntityPersonalStatus": { "$ref": "https://schemas.mpai.community/MMC/V2.5/data/PersonalStatus.json" },
      "ReportedEntitySpaceTime":      { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/SpaceTime.json" },
      "ReportedEntityTextObject":     { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/TextObject.json" } } } },

    "SummaryData":                    { "type": "array", "items": { "anyOf": [
                                      { "type": "object", "properties": {
      "DataLength":                   { "type": "integer" },
      "DataURI":                      { "type": "string", "format": "uri" } } },
                                      { "type": "object", "properties": {
      "Data":                         { "type": "string" } } },
                                      { "type": "object", "properties": {
      "DataID":                       { "type": "string" } } } ] } },

    "DataXMData":                     { "$ref": "https://schemas.mpai.community/PTF/V1.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":                   { "type": "string", "maxLength": 2048 } } }
