{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EditImageRequest", "type": "object", "properties": { "inputs": { "type": "object" }, "outputs": { "type": "array" }, "options": { "type": "object", "description": "Lightroom develop settings to apply. All values are optional and correspond to Lightroom develop module parameters." } } }