Home | History | Annotate | Download | only in json_schema
      1 {
      2   "type": "array",
      3   "items": [
      4     {
      5       "type": "string"
      6     },
      7     {
      8       "type": "integer"
      9     }
     10   ]
     11 }
     12