{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Array_of_Array_of_uint16",
  "type": "array",
  "items": {
    "type": "array",
    "items": {
      "type": "integer",
      "format": "uint16",
      "minimum": 0.0
    }
  }
}

Local Graph