chromium/components/test/data/json_schema/array_tuple_schema.json

{
  "type": "array",
  "items": [
    {
      "type": "string"
    },
    {
      "type": "integer"
    }
  ]
}