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