Linux: Depend on liberation-fonts package for RPMs.
[chromium-blink-merge.git] / components / test / data / json_schema / array_tuple_schema.json
bloba9bea68fdf42074ae2e8b86b6bdac6fe0f426260
2   "type": "array",
3   "items": [
4     {
5       "type": "string"
6     },
7     {
8       "type": "integer"
9     }
10   ]