{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-list-webhooks-input-structure.json", "name": "ListWebhooksInput", "description": "ListWebhooksInput schema from Amazon CodePipeline", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResults" }, { "description": "The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value." } ] } } }