{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListFunctionEventInvokeConfigsResponse", "title": "ListFunctionEventInvokeConfigsResponse", "type": "object", "properties": { "FunctionEventInvokeConfigs": { "allOf": [ { "$ref": "#/components/schemas/FunctionEventInvokeConfigList" }, { "description": "A list of configurations." } ] }, "NextMarker": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The pagination token that's included if more results are available." } ] } } }