{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-image-format-schema.json", "title": "image_format", "description": "Desired output raster format.", "type": "string", "enum": [ "PNG", "GTIFF" ], "examples": [ "PNG" ] }