{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.sentinel-hub.com/schemas/S2Processing", "title": "S2Processing", "type": "object", "allOf": [ { "$ref": "#/components/schemas/BaseDatasetProcessing" }, { "type": "object", "properties": { "harmonizeValues": { "description": "Harmonizes data values to be comparable with old processing baselines. See here for details.\n", "type": "boolean", "default": true } } } ] }