{ "type": "object", "title": "ListNotificationsInput", "properties": { "WorkloadId": { "$ref": "#/components/schemas/WorkloadId" }, "NextToken": { "$ref": "#/components/schemas/NextToken" }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/ListNotificationsMaxResults" }, { "description": "The maximum number of results to return for this request." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-list-notifications-input-schema.json", "description": "ListNotificationsInput schema from AWS Well-Architected Tool API" }