JSON Schema required 关键字
required 关键字列出必须存在的键。
语法
{"type": "object", "required": ["name", "age"]}
说明
当对象缺少必填键时,验证会失败。