{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Timestamp", "title": "Timestamp", "type": "object", "properties": { "date": { "type": "string", "format": "date-time" } } }