{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-column-statistics-for-partition-response-structure.json", "name": "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." } ] } } }