{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-data-quality-rule-recommendation-run-request-structure.json", "name": "GetDataQualityRuleRecommendationRunRequest", "description": "GetDataQualityRuleRecommendationRunRequest 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" ] }