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