JSON Schema allOf 关键字

值必须匹配列出的每个 Schema。

语法

{"allOf": [{"type": "object"}, {"required": ["id"]}]}

说明

使用 allOf 组合约束和可复用定义。