{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.sentinel-hub.com/schemas/CatalogException", "title": "exception", "type": "object", "description": "Information about the exception: an error code plus an optional description.", "required": [ "code" ], "properties": { "code": { "type": "string" }, "description": { "type": "string" } } }