{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServerLiveResponse", "title": "ServerLiveResponse", "type": "object", "description": "Response from the server liveness endpoint.", "required": [ "live" ], "properties": { "live": { "type": "boolean", "description": "Indicates if the server is live." } } }