{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/publishedDate", "title": "publishedDate", "type": "object", "x-internal": false, "properties": { "timezone_type": { "type": "integer", "example": 1 }, "date": { "type": "string", "format": "date-time", "example": "2022-08-10 14:39:15.000000" }, "timezone": { "type": "string", "example": "+00:00" } } }