{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EWTApiResponse", "title": "EWTApiResponse", "type": "object", "properties": { "estimatedWaitTime": { "type": "number", "description": "The estimated wait time in milli seconds.", "format": "double", "example": 20349.12 } } }