xref: /aosp_15_r20/external/json-schema-validator/src/test/suite/remotes/draft2020-12/prefixItems.json (revision 78c4dd6aa35290980cdcd1623a7e337e8d021c7c)
1{
2    "$id": "http://localhost:1234/draft2020-12/prefixItems.json",
3    "$schema": "https://json-schema.org/draft/2020-12/schema",
4    "prefixItems": [
5        {"type": "string"}
6    ]
7}
8