{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateCustomSymbolCustomFieldDto", "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string", "description": "Type can be one of Text, SingleOption, MultiOptions, Numeric, Date, ExtendedText, ContactLookup" }, "isHidden": { "type": "boolean" }, "isMandatory": { "type": "boolean" }, "isShownInInfobox": { "type": "boolean" }, "optionsConfig": { "type": "array" }, "customSymbolTypes": { "type": "array" } } }