{ "type": "object", "properties": { "application": { "type": "integer", "example": 100 }, "application_instances": { "type": "array", "example": [ 100 ], "items": { "type": "integer" } }, "server": { "type": "integer", "example": 100 } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ApplicationHostLinksResponse" }