{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-list-targets-for-policy-response-structure.json", "name": "ListTargetsForPolicyResponse", "description": "ListTargetsForPolicyResponse schema", "type": "object", "properties": { "targets": { "allOf": [ { "$ref": "#/components/schemas/PolicyTargets" }, { "description": "The policy targets." } ] }, "nextMarker": { "allOf": [ { "$ref": "#/components/schemas/Marker" }, { "description": "A marker used to get the next set of results." } ] } } }