{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowOverrideSettingDTO", "title": "FlowOverrideSettingDTO", "required": [ "name", "type" ], "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "entityType": { "type": "string" }, "entityId": { "type": "string" }, "value": { "type": "string" } } }