ai-voicebot/client/openapi-schema.json

27 lines
710 B
JSON

{
"openapi": "3.1.0",
"info": {
"title": "AI Voice Bot Server (Refactored)",
"description": "WebRTC voice chat server with modular architecture",
"version": "2.0.0"
},
"paths": {
"/ai-voicebot/api/system/health": {
"get": {
"summary": "System Health",
"description": "System health check showing manager status and enhanced monitoring",
"operationId": "system_health_ai_voicebot_api_system_health_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {}
}
}
}
}
}
}
}
}