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