{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContactCustomFieldValueSaveDto", "type": "object", "properties": { "code": { "type": "string" }, "value": { "type": "string" }, "optionValues": { "type": "array" }, "evaluateFormula": { "type": "boolean" } } }