{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-get-column-statistics-for-partition-response-schema.json", "title": "GetColumnStatisticsForPartitionResponse", "description": "GetColumnStatisticsForPartitionResponse schema from Amazon Glue API", "type": "object", "properties": { "ColumnStatisticsList": { "allOf": [ { "$ref": "#/components/schemas/ColumnStatisticsList" }, { "description": "List of ColumnStatistics that failed to be retrieved." } ] }, "Errors": { "allOf": [ { "$ref": "#/components/schemas/ColumnErrors" }, { "description": "Error occurred during retrieving column statistics data." } ] } } }