UNPKG

@universis/dining

Version:

Universis api for dining

58 lines 1.44 kB
{ "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json", "@id": "https://universis.io/schemas/DiningRequestFinancialAttribute", "name": "DiningRequestFinancialAttribute", "title": "DiningRequestFinancialAttributes", "hidden": true, "sealed": false, "abstract": false, "version": "1.0", "fields": [ { "@id": "https://themost.io/schemas/id", "name": "id", "type": "Counter", "primary": true, "nullable": false }, { "name": "taxNumber", "type": "Text", "nullable": true, "size": 30 }, { "name": "taxOffice", "type": "Text", "nullable": true, "size": 255 }, { "name": "totalIncome", "type": "Number", "nullable": true }, { "name": "hasTaxDeclaration", "type": "Boolean", "nullable": true, "value": "javascript:return false;" } ], "privileges": [ { "mask": 15, "type": "global" }, { "mask": 15, "type": "global", "account": "Administrators" }, { "mask": 15, "type": "global", "account": "DiningAdministrators" } ] }