{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CustomFieldConfigDto", "type": "object", "properties": { "id": { "type": "string" }, "code": { "type": "string" }, "name": { "type": "string" }, "source": { "type": "string" }, "type": { "type": "string" }, "usePreviousValue": { "type": "boolean" }, "isMandatory": { "type": "boolean" }, "isHidden": { "type": "boolean" }, "isFilePath": { "type": "boolean" } } }