Response from a compaction operation
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CompactionResponse", "title": "CompactionResponse", "type": "object", "description": "Response from a compaction operation", "properties": { "header": { "$ref": "#/components/schemas/ResponseHeader" } } }