{ "$id":                          "https://schemas.mpai.community/TFA/V1.5/data/MetaverseQualifier.json",
  "$schema":                      "https://json-schema.org/draft/2020-12/schema",

  "title":                        "Metaverse Qualifier V1.5",
                                  "description": "Structure, content formats, subtype, and attributes of metaverse data.", 
                                  "type": "object", 
                                  "required": [ "Header", "MetaverseQualifierID", "SubType", "Format", "Trace" ], 
                                  "additionalProperties": false, "properties": {

    "Header":                     { "type": "string", "pattern": "^TFA-MAQ-V[0-9]{1,2}[.][0-9]{1,2}$" },

    "MetaverseQualifierID":       { "type": "string" },

    "SubType":                    { "type": "object", "additionalProperties": false },

    "Format":                     { "type": "object", "additionalProperties": false, "properties": {

      "OtherMetaverseAPIFormat":  { "$ref": "https://schemas.mpai.community/TFA/V1.5/formats/MetaverseAPIFormats.json" } } },

    "Attributes":                 { "type": "object", "additionalProperties": true },

    "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 } } }