{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/PAF/V1.3/FaceDescriptors.json",
  "title": "FaceDescriptors",
  "Header": {
    "type": "string",
    "pattern": "^PAF-FCD-V[0-9]{1,2}[.][0-9]{1,2}$"
  },
  "type": "number",
  "enum": [
    1,
    2,
    4,
    5,
    6,
    7,
    9,
    10,
    11,
    12,
    13,
    14,
    15,
    16,
    17,
    18,
    20,
    22,
    23,
    24,
    25,
    26,
    27,
    28,
    41,
    42,
    43,
    44,
    45,
    46,
    61,
    62,
    63,
    64
  ]
}