{
"$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-related-resources-for-audit-finding-response-schema.json",
"title": "ListRelatedResourcesForAuditFindingResponse",
"description": "ListRelatedResourcesForAuditFindingResponse schema",
"type": "object",
"properties": {
"relatedResources": {
"allOf": [
{
"$ref": "#/components/schemas/RelatedResources"
},
{
"description": "The related resources."
}
]
},
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "A token that can be used to retrieve the next set of results, or <code>null</code> for the first API call."
}
]
}
}
}