{ "$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-function-response-structure.json", "name": "GetUserDefinedFunctionResponse", "description": "GetUserDefinedFunctionResponse schema from Amazon Glue API", "type": "object", "properties": { "UserDefinedFunction": { "allOf": [ { "$ref": "#/components/schemas/UserDefinedFunction" }, { "description": "The requested function definition." } ] } } }