{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateCustomSymbolCustomFieldDto", "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "isHidden": { "type": "boolean" }, "isMandatory": { "type": "boolean" }, "isShownInInfobox": { "type": "boolean" }, "optionsConfig": { "type": "array" }, "customSymbolTypes": { "type": "array" } } }