{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ContactCustomFieldFormulaDto", "type": "object", "properties": { "formula": { "type": "string" }, "isScreening": { "type": "boolean" }, "symbol": { "type": "string" } } }