{ "$schema":                "https://json-schema.org/draft/2020-12/schema",
  "$id":                    "https://schemas.mpai.community/TFA/V1.5/formats/PCM.json",
  "title":                  "PCM", "type": "object", "properties": {

    "Header":               { "type": "string", "pattern": "^TFA-PCM-V[0-9]{1,2}[.][0-9]{1,2}$" },

    "PCM":                  { "type": "array", "items": { "type": "object", "properties": {
      "SamplingFrequency":  { "type": "number" },
      "SamplePrecision":    { "type": "number" },
      "Precision":          { "type": "integer" } } } },

  "DataXMData":             {"$ref": "https://schemas.mpai.community/PTF/V1.0/data/DataExchangeMetadata.json" },
  "DescrMetadata":          { "type": "string" } } }