{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Array_of_Array_of_Tuple_of_uint16_and_uint16",
  "type": "array",
  "items": {
    "type": "array",
    "items": {
      "type": "array",
      "items": [
        {
          "type": "integer",
          "format": "uint16",
          "minimum": 0.0
        },
        {
          "type": "integer",
          "format": "uint16",
          "minimum": 0.0
        }
      ],
      "maxItems": 2,
      "minItems": 2
    }
  }
}

Local Graph