GetMLTransformRequest schema from Amazon Glue API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-get-ml-transform-request-schema.json", "title": "GetMLTransformRequest", "description": "GetMLTransformRequest schema from Amazon Glue API", "type": "object", "properties": { "TransformId": { "allOf": [ { "$ref": "#/components/schemas/HashString" }, { "description": "The unique identifier of the transform, generated at the time that the transform was created." } ] } }, "required": [ "TransformId" ] }