{ "$schema":                    "https://json-schema.org/draft/2020-12/schema",
  "$id":                        "https://schemas.mpai.community/MMM4/V2.2/data/SimpleCertificate.json",
  "title":                      "Simple Certificate V2.2", "type": "object", "properties": {

    "Header":                   { "type": "string", "pattern": "^MMM-SCF-V[0-9]{1,2}[.][0-9]{1,2}$" },

    "MInstanceID":              { "type": "string" },
    "MEnvironmentID":           { "type": "string" },

    "SimpleCertificateID":      { "type": "string" },

    "SimpleCertificateTime":    { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/Time.json" },

    "CertificationAuthorityID": { "type": "string" },

    "ProcessID":                { "type": "string" },

    "CertifiedActions":         { "type": "array", "items": { "type": "object", "properties": { "ProcessAction": {
                                  "$ref": "https://schemas.mpai.community/MMM4/V2.2/data/ProcessActions.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 } } }