{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-schema/application-discovery-service-stop-data-collection-by-agent-ids-request-schema.json", "title": "StopDataCollectionByAgentIdsRequest", "description": "StopDataCollectionByAgentIdsRequest schema from Amazon Application Discovery Service API", "type": "object", "properties": { "agentIds": { "type": "array", "items": { "type": "string" }, "example": [ "d-agent-500123" ], "description": "The IDs of the agents from which to stop collecting data." } }, "required": [ "agentIds" ] }