JSON Schema format 关键字
format 关键字描述字符串的语义格式。
语法
{"type": "string", "format": "email"}
说明
适用于 email、date-time、uri 等已知格式。