{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_tail-response", "title": "workers_tail-response", "allOf": [ { "$ref": "#/components/schemas/workers_api-response-common" }, { "properties": { "result": { "properties": { "expires_at": { "readOnly": true, "type": "string" }, "id": { "readOnly": true, "type": "string" }, "url": { "readOnly": true, "type": "string" } }, "type": "object" } } } ] }