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

Local Graph