{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-list-data-quality-ruleset-evaluation-runs-response-schema.json", "title": "ListDataQualityRulesetEvaluationRunsResponse", "description": "ListDataQualityRulesetEvaluationRunsResponse schema from Amazon Glue API", "type": "object", "properties": { "Runs": { "allOf": [ { "$ref": "#/components/schemas/DataQualityRulesetEvaluationRunList" }, { "description": "A list of DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "A pagination token, if more results are available." } ] } } }