{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TransactionTypeEnum", "enum": [ "spend", "credit" ], "type": "string" }