{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.sentinel-hub.com/schemas/GSBucketInfoTemplated", "title": "GSBucketInfoTemplated", "type": "object", "required": [ "url", "credentials" ], "properties": { "url": { "type": "string", "description": "A URL or URL template specifying where the results shall be written. Supported formats: \n" }, "credentials": { "type": "string", "description": "Base64-encoded service account credentials in JSON format." } } }