{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReadinessStatus", "title": "ReadinessStatus", "type": "object", "properties": { "success": { "type": "boolean" }, "status": { "type": "string", "enum": [ "ready", "not_ready" ] } } }