{ "$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-ruleset-evaluation-runs-response-structure.json", "name": "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." } ] } } }