{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/MMM4/V1.0/data/Provenance.json",
  "title": "Provenance",
  "type": "object",
  "properties": {
    "Header": {
      "type": "string",
      "pattern": "^MMM-PRV-V[0-9]{1,2}[.][0-9]{1,2}$"
    },
    "MInstanceID": {
      "type": "string"
    },
    "ProvenanceID": {
      "type": "string"
    },
    "ProvenanceData": {
      "type": "array",
      "items": {
        "TransactionID": {
          "type": "string"
        }
      }
    },
    "DescrMetadata": {
      "type": "string"
    }
  }
}