{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-list-environment-outputs-input-schema.json", "title": "ListEnvironmentOutputsInput", "description": "ListEnvironmentOutputsInput schema from Amazon Proton API", "type": "object", "properties": { "environmentName": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The environment name." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/EmptyNextToken" }, { "description": "A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested." } ] } }, "required": [ "environmentName" ] }