CreateHealthCheckResponse schema from openapi
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route-53/refs/heads/main/json-schema/amazon-route-53-openapi-create-health-check-response-schema.json", "title": "CreateHealthCheckResponse", "description": "CreateHealthCheckResponse schema from openapi", "type": "object", "properties": { "HealthCheck": { "$ref": "#/components/schemas/HealthCheck" } } }