UNPKG

@universis/candidates

Version:

Universis api server plugin for study program candidates, internship selection etc

38 lines (37 loc) 894 B
{ "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json", "@id": "https://themost.io/schemas/StudyProgramRegisterActionReview", "name": "StudyProgramRegisterActionReview", "title": "StudyProgramRegisterActionReviews", "abstract": false, "sealed": false, "hidden": true, "inherits": "Review", "version": "1.1", "fields": [ { "name": "itemReviewed", "title": "Item reviewed", "description": "The item that is being reviewed.", "type": "StudyProgramRegisterAction", "nullable": true } ], "privileges": [ { "mask": 15, "type": "global" }, { "mask": 15, "type": "global", "account": "Administrators" }, { "mask": 15, "type": "self", "filter": "itemReviewed/studyProgram/department eq departments()", "account": "Registrar" } ] }