{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/create-transaction-cannot-update.json", "title": "CreateTransactionCannotUpdate", "type": "object", "description": "Error updating transaction", "properties": { "type": { "type": "string", "enum": [ "transactionFrozenForFiling" ] } } }