{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TransactionCustomFieldTypeEnum", "enum": [ "text", "text_field", "integer", "float", "boolean", "dropdown", "date", "datetime" ], "type": "string" }