{ "name": "MainAccountBank", "base": "PersistedModel", "options": { "mysql": { "table": "hedera.mainAccountBank" } }, "properties": { "name": { "type": "String", "id": true }, "iban": { "type": "String" } } }