{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-application-host-response-schema.json", "title": "ApplicationHostResponse", "description": "ApplicationHostResponse schema", "type": "object", "properties": { "application_hosts": { "type": "array", "items": { "$ref": "#/components/schemas/ApplicationHostResponseType" }, "example": [ { "host": "example_string", "application_name": "example_string", "application_summary": {}, "end_user_summary": {}, "health_status": "active", "id": 100, "language": 100, "links": {} } ] } } }