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