paceman.kinesis4cats-kcl-http4s_2.12.0.0.32.source-code.kinesis4cats.kcl.http4s.generated.KCLService.json Maven / Gradle / Ivy
The newest version!
{
"openapi": "3.0.2",
"info": {
"title": "KCLService",
"version": "1.0.0"
},
"paths": {
"/healthcheck": {
"get": {
"operationId": "Healthcheck",
"responses": {
"200": {
"description": "Healthcheck 200 response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HealthcheckResponseContent"
}
}
}
},
"503": {
"description": "ServiceNotReadyError 503 response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ServiceNotReadyErrorResponseContent"
}
}
}
}
}
}
},
"/initialized": {
"get": {
"operationId": "Initialized",
"responses": {
"200": {
"description": "Initialized 200 response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/InitializedResponseContent"
}
}
}
},
"503": {
"description": "ServiceNotReadyError 503 response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ServiceNotReadyErrorResponseContent"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"HealthcheckResponseContent": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
]
},
"InitializedResponseContent": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
]
},
"ServiceNotReadyErrorResponseContent": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
}
}
}
}
}