﻿{ "$id":                          "https://schemas.mpai.community/XRV1/V1.0/data/ShowDescriptors.json",
  "$schema":                      "https://json-schema.org/draft/2020-12/schema",

  "title":                        "Show Descriptors V1.0", 
                                  "description": "Descriptor collection for RE/VE Environment show components.",
                                  "type": "object", "required": [ "Header", "ShowDescriptorsID", "ShowDescriptors" ],
                                  "additionalProperties": false, "unevaluatedProperties": false, "properties": {

    "Header":                     { "type": "string", "pattern": "^XRV-SHD-V[0-9]{1,2}[.][0-9]{1,2}$" },

    "UEnvironmentID":             { "type": "string" },

    "ShowDescriptorsID":          { "type": "string" },

    "ShowDescriptorsTime":        { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/Time.json" },

    "ShowDescriptors":            { "type": "object", "additionalProperties": false, "properties": {

      "REPerformanceDescriptors": { "$ref": "https://schemas.mpai.community/XRV1/V1.0/data/REPerformanceDescriptors.json" },

      "REParticipantDescriptors": { "$ref": "https://schemas.mpai.community/XRV1/V1.0/data/REParticipantDescriptors.json" },

      "REOperatorDescriptors":    { "$ref": "https://schemas.mpai.community/XRV1/V1.0/data/REOperatorDescriptors.json" },

      "VEPerformanceDescriptors": { "$ref": "https://schemas.mpai.community/XRV1/V1.0/data/VEPerformanceDescriptors.json" },

      "VEParticipantDescriptors": { "$ref": "https://schemas.mpai.community/XRV1/V1.0/data/VEParticipantDescriptors.json" },

      "VEOperatorDescriptors":    { "$ref": "https://schemas.mpai.community/XRV1/V1.0/data/VEOperatorDescriptors.json" } } },

    "DataExchangeMetadata": { "$ref": "https://schemas.mpai.community/AIF/V3.0/data/DataExchangeMetadata.json" },
    "Trace":                { "$ref": "https://schemas.mpai.community/AIF/V3.0/data/Trace.json" },
    "DescrMetadata":        { "type": "string", "maxLength": 2048 } } }