{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateCustomFieldValueDto", "type": "object", "properties": { "code": { "type": "string" }, "integerValue": { "type": "integer" }, "textValue": { "type": "string" }, "filePathValue": { "type": "string" }, "numericValue": { "type": "number" }, "dateValue": { "type": "string" }, "extendedTextValue": { "type": "string" }, "contactLookupValues": { "type": "array" }, "optionValue": { "type": "string" }, "optionValues": { "type": "array" } } }