{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-list-effective-deployments-response-structure.json", "name": "ListEffectiveDeploymentsResponse", "description": "ListEffectiveDeploymentsResponse schema", "type": "object", "properties": { "effectiveDeployments": { "allOf": [ { "$ref": "#/components/schemas/EffectiveDeploymentsList" }, { "description": "A list that summarizes each deployment on the core device." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextTokenString" }, { "description": "The token for the next set of results, or null if there are no additional results." } ] } } }