{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-list-domain-configurations-response-schema.json",
"title": "ListDomainConfigurationsResponse",
"description": "ListDomainConfigurationsResponse schema",
"type": "object",
"properties": {
"domainConfigurations": {
"allOf": [
{
"$ref": "#/components/schemas/DomainConfigurations"
},
{
"description": "A list of objects that contain summary information about the user's domain configurations."
}
]
},
"nextMarker": {
"allOf": [
{
"$ref": "#/components/schemas/Marker"
},
{
"description": "The marker for the next set of results."
}
]
}
}
}