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

Local Graph