xref: /aosp_15_r20/external/json-schema-validator/src/test/suite/remotes/different-id-ref-string.json (revision 78c4dd6aa35290980cdcd1623a7e337e8d021c7c)
1{
2    "$id": "http://localhost:1234/real-id-ref-string.json",
3    "$defs": {"bar": {"type": "string"}},
4    "$ref": "#/$defs/bar"
5}
6