{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-schema/list-instances-response-schema.json",
"title": "ListInstancesResponse",
"description": "ListInstancesResponse schema from Amazon Connect Service API",
"type": "object",
"properties": {
"InstanceSummaryList": {
"type": "array",
"items": {
"$ref": "#/components/schemas/InstanceSummary"
}
},
"NextToken": {
"type": "string",
"description": "If there are additional results, this is the token for the next set."
}
}
}