{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebhooksExpirationDate", "title": "WebhooksExpirationDate", "additionalProperties": false, "description": "The date the refreshed webhooks expire.", "properties": { "expirationDate": { "description": "The expiration date of all the refreshed webhooks.", "format": "int64", "readOnly": true, "type": "integer" } }, "required": [ "expirationDate" ], "type": "object" }