在Python中为formatChecker()创建一个日期时间字符串

时间:2018-06-12 01:06:30

标签: python jsonschema

如何在Python中为jsonschema.FormatChecker()

创建当前时间的有效时间戳字符串

架构:

"foo": {"type": "string", "format": "datetime"},

验证它:

validate(json, schema, format_checker=jsonschema.FormatChecker())

0 个答案:

没有答案