{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PartitionInfo", "type": "object", "properties": { "rowCount": { "type": "integer" }, "compressedSize": { "type": "integer" }, "uncompressedSize": { "type": "integer" } } }