【发布时间】:2017-08-15 16:10:49
【问题描述】:
希望在使用正则表达式验证日期格式的可选日期属性上允许为 null。这甚至可能吗?
"dateOfRetirement": {
"description": "Optional. Format: yyyy-MM-dd.",
"type": ["string", "null"],
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
}
【问题讨论】:
标签: json jsonschema