{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-workflow-run-properties-response-structure.json", "name": "GetWorkflowRunPropertiesResponse", "description": "GetWorkflowRunPropertiesResponse schema from Amazon Glue API", "type": "object", "properties": { "RunProperties": { "allOf": [ { "$ref": "#/components/schemas/WorkflowRunProperties" }, { "description": "The workflow run properties which were set during the specified run." } ] } } }