{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-list-attached-policies-response-schema.json",
"title": "ListAttachedPoliciesResponse",
"description": "ListAttachedPoliciesResponse schema",
"type": "object",
"properties": {
"policies": {
"allOf": [
{
"$ref": "#/components/schemas/Policies"
},
{
"description": "The policies."
}
]
},
"nextMarker": {
"allOf": [
{
"$ref": "#/components/schemas/Marker"
},
{
"description": "The token to retrieve the next set of results, or ``null`` if there are no more results."
}
]
}
}
}