UNPKG

@universis/dining

Version:

Universis api for dining

67 lines (66 loc) 1.65 kB
{ "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json", "@id": "https://themost.io/schemas/DiningRequestActionReview", "name": "DiningRequestActionReview", "title": "DiningRequestActionReviews", "abstract": false, "sealed": false, "hidden": true, "inherits": "Review", "version": "1.2", "fields": [ { "name": "itemReviewed", "title": "Item reviewed", "description": "The item that is being reviewed.", "type": "DiningRequestAction", "nullable": true }, { "name": "calculatedTotalFamilyIncome", "title": "calculated Total Family Income", "description": "The calculated total family income", "type": "Number" }, { "name": "checkingLimit", "title": "Checking limit", "description": "The checking limit", "type": "Number" }, { "name": "codeTaxValue", "title": "field 003 value of tax clearance document", "description": "The field 003 value of tax clearance document.", "type": "Number" }, { "name": "noOfSiblingStudents", "title": "no of studying siblings", "description": "No of studying siblings.", "type": "Number" } ], "privileges": [ { "mask": 15, "type": "global" }, { "mask": 15, "type": "global", "account": "Administrators" }, { "mask": 15, "type": "global", "account": "DiningAdministrators" }, { "mask": 15, "type": "self", "filter": "itemReviewed/student/department eq departments()", "account": "DiningUsers" } ] }