{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ImageProperties", "type": "object", "properties": { "contentUri": { "type": "string" }, "sourceUri": { "type": "string" }, "brightness": { "type": "number" }, "contrast": { "type": "number" }, "transparency": { "type": "number" }, "angle": { "type": "number" } } }