{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/MMC/V2.4/data/Meaning.json",
  "title": "Meaning",
  "type": "object", "properties": {
    "Header": { "type": "string", "pattern": "^MMC-MEA-V[0-9]{1,2}[.][0-9]{1.2}$" },
    "MInstanceID": { "type": "string" },
    "MeaningID": { "type": "string" },
    "MeaningTime": { "$ref": "https://schemas.mpai.community/OSD/V1.3/data/Time.json" },
    "Meaning": { "type": "object", "properties": {
      "POS_tagging": { "POS_tagging_set": { "type": "string" }, "POS_tagging_result": { "type": "string" } },
      "NE_tagging": { "NE_tagging_set": { "type": "string" }, " NE_tagging_result": { "type": "string" } },
      "dependency_tagging": { "dependency_tagging_set": { "type": "string" }, "dependency_tagging_result": { "type": "string" } },
      "SRL_tagging": { " SRL_tagging_set": { "type": "string" }, " SRL_tagging_result": { "type": "string" } } } },
    "DescrMetadata": { "type": "string" } }
}