UNPKG

jsonschema2ddl

Version:
19 lines 320 B
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "type": "object", "definitions": { "date": { "type": "string", "format": "date" } }, "properties": { "ts": { "type": "string", "format": "date-time" }, "d": { "$ref": "#/definitions/date" } } }