{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/_SymbolSetDownloadResponse", "title": "_SymbolSetDownloadResponse", "type": "object", "properties": { "url": { "type": "string", "format": "uri", "description": "Presigned URL to download the source map file" } }, "required": [ "url" ] }