{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-create-workflow-response-schema.json",
"title": "CreateWorkflowResponse",
"description": "CreateWorkflowResponse schema from Amazon Glue API",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/NameString"
},
{
"description": "The name of the workflow which was provided as part of the request."
}
]
}
}
}