{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-list-data-quality-rule-recommendation-runs-response-structure.json", "name": "ListDataQualityRuleRecommendationRunsResponse", "description": "ListDataQualityRuleRecommendationRunsResponse schema from Amazon Glue API", "type": "object", "properties": { "Runs": { "allOf": [ { "$ref": "#/components/schemas/DataQualityRuleRecommendationRunList" }, { "description": "A list of DataQualityRuleRecommendationRunDescription objects." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "A pagination token, if more results are available." } ] } } }