"properties": { "cat": { "$ref": "#/$defs/catType" } "dog": { "$ref": "#/$defs/dogType" } }, "oneOf": [ { "required": ["cat"] }, { "required": ["dog"] }, ]
{ "dog": { "name": "Charlie" } }
[1]: https://json-schema.org/understanding-json-schema/reference/...
[2]: https://json-schema.org/understanding-json-schema/reference/...
https://en.wikipedia.org/wiki/Tagged_union
[1]: https://json-schema.org/understanding-json-schema/reference/...
[2]: https://json-schema.org/understanding-json-schema/reference/...