{ "$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-component-provisioned-resources-input-schema.json", "title": "ListComponentProvisionedResourcesInput", "description": "ListComponentProvisionedResourcesInput schema from Amazon Proton API", "type": "object", "properties": { "componentName": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The name of the component whose provisioned resources you want." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/EmptyNextToken" }, { "description": "A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested." } ] } }, "required": [ "componentName" ] }