{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.sentinel-hub.com/schemas/Ls8Dataset", "title": "landsat-8-l1c", "type": "object", "allOf": [ { "$ref": "#/components/schemas/LandsatDataset" }, { "type": "object", "properties": { "type": { "type": "string", "enum": [ "landsat-8-l1c" ] }, "dataFilter": { "allOf": [ { "$ref": "#/components/schemas/LandsatFiltering" }, { "$ref": "#/components/schemas/LandsatTierFilteringWithRt" } ] } } } ] }