{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListFunctionsByCodeSigningConfigResponse", "title": "ListFunctionsByCodeSigningConfigResponse", "type": "object", "properties": { "NextMarker": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The pagination token that's included if more results are available." } ] }, "FunctionArns": { "allOf": [ { "$ref": "#/components/schemas/FunctionArnList" }, { "description": "The function ARNs. " } ] } } }