{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Health", "title": "Health", "properties": { "version": { "type": "string", "title": "Version" }, "status": { "type": "string", "title": "Status" } }, "type": "object", "required": [ "version", "status" ], "description": "Health check response body" }