{ "$id":                          "https://schemas.mpai.community/XRV1/V1.0/data/REVenueSpecification.json",
  "$schema":                      "https://json-schema.org/draft/2020-12/schema",

  "title":                        "RE Venue Specification V1.0", 
  "description":                  "Specification of an RE Venue.",
  "type":                         "object", 
  "required":                     [ "Header" ], 
  "additionalProperties":         false, 
  "properties":                   {

    "Header":                     { "type": "string", "const": "XRV-RVS-V1.0" },
    "MInstanceID":                { "type": "string" },
    "UEnvironmentID":             { "type": "string" },
    "REVenueSpecificationTime":   { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/SimpleTime.json" },


    "REVenueSpecificationModel":  { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/3DModelSceneDescriptors.json" },

    "RealObjects":                { "type": "array", "items": { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/3DModelObject.json" } },

    "DataXMData":                 { "$ref": "https://schemas.mpai.community/PTF/V1.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":              { "type": "string", "maxLength": 2048 } } }
