{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-cancel-data-quality-rule-recommendation-run-request-schema.json", "title": "CancelDataQualityRuleRecommendationRunRequest", "description": "CancelDataQualityRuleRecommendationRunRequest schema from Amazon Glue API", "type": "object", "properties": { "RunId": { "allOf": [ { "$ref": "#/components/schemas/HashString" }, { "description": "The unique run identifier associated with this run." } ] } }, "required": [ "RunId" ] }