rapidjson/bin/unittestschema/anyOf_address.json
2021-01-28 12:11:43 +00:00

7 lines
84 B
JSON

{
"anyOf": [
{
"$ref": "http://localhost:1234/address.json#"
}
]
}