{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-application-links-response-structure.json", "name": "ApplicationLinksResponse", "description": "ApplicationLinksResponse schema", "type": "object", "properties": { "servers": { "type": "array", "items": { "type": "int32" }, "example": [ 100 ] }, "application_hosts": { "type": "array", "items": { "type": "int32" }, "example": [ 100 ] }, "application_instances": { "type": "array", "items": { "type": "int32" }, "example": [ 100 ] } } }