{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-user-defined-functions-response-structure.json", "name": "GetUserDefinedFunctionsResponse", "description": "GetUserDefinedFunctionsResponse schema from Amazon Glue API", "type": "object", "properties": { "UserDefinedFunctions": { "allOf": [ { "$ref": "#/components/schemas/UserDefinedFunctionList" }, { "description": "A list of requested function definitions." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "A continuation token, if the list of functions returned does not include the last requested function." } ] } } }