{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.sentinel-hub.com/schemas/BYOCCollectionMetadata", "title": "BYOCCollectionMetadata", "type": "object", "properties": { "@id": { "type": "string", "format": "uri" }, "id": { "description": "BYOC Collection identifier", "type": "string" }, "location": { "description": "BYOC Collection location", "$ref": "#/components/schemas/Location" }, "datasetType": { "$ref": "#/components/schemas/CustomDatasetType" }, "bands": { "type": "array", "items": { "$ref": "#/components/schemas/BandMetadata" } } } }