{ "$schema":                  "https://json-schema.org/draft/2020-12/schema",
  "$id":                      "https://schemas.mpai.community/XRV1/V1.0/data/VEDataOut.json",
  "title":                    "VE Data Out V1.0",
  "type":                     "object",
  "properties":               {

    "Header":                 { "type": "string", "const": "XRV-RVDO-V1.0" },
    "MInstanceID":            { "type": "string" },
    "VEDataOutID":            { "type": "string" },
    "VEDataOutTime":          { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/SimpleTime.json" },

    "VEDataOut":              { "type": "object", "properties": {

        "MetaverseObject":    { "$ref": "https://schemas.mpai.community/XRV1/V1.0/data/MetaverseObject.json" } } },

    "Dataxmdata":             { "$ref": "https://schemas.mpai.community/PTF/V1.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":          { "type": "string", "maxLength": 2048 } } }
