{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$ref": "https://schemas.mpai.community/MMC/V2.2/data/SpeechOverlap.json",
  "title": "SpeechOverlap",
  "type": "object",
  "items": {
    "Header": {
      "type": "string",
      "pattern": "^MMC-SOL-V[0-9]{1,2}[.][0-9]{1,2}$"
    },
    "SpeechOverlapID": {
      "type": "string"
    },
    "SpeechQualifier": {
      "$ref": "https://schemas.mpai.community/MMC/V2.2/data/SpeechQualifier.json"
    },
    "SpeechOverlapData": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "SpeechObjectID": {
            "type": "string"
          },
          "SpeechObjectTime": {
            "$ref": "https://schemas.mpai.community/OSD/V1.1/data/Time.json"
          }
        }
      }
    },
    "DescrMetadata": {
      "type": "string"
    }
  }
}