{ "type": "object", "name": "ProcessingOptions", "properties": { "donorOptions": { "type": "object", "properties": { "defaultUpdateLogic": { "type": "string" } }, "required": [ "defaultUpdateLogic" ] } }, "required": [ "donorOptions" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }