JSON Schema oneOf 关键字
值必须恰好匹配列出的一个 Schema。
语法
{"oneOf": [{"type": "string"}, {"type": "number"}]}
说明
适用于判别联合和互斥结构。