{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateCustomSymbolCustomFieldValueDto", "type": "object", "properties": { "code": { "type": "string" }, "textValue": { "type": "string" }, "numericValue": { "type": "number" }, "dateValue": { "type": "string" }, "extendedTextValue": { "type": "string" }, "optionValues": { "type": "array" }, "contactIds": { "type": "array" } } }