{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CompressionRatio", "title": "CompressionRatio", "type": "string", "enum": [ "x4", "x8", "x16", "x32", "x64" ] }