UNPKG

@universis/candidates

Version:

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

37 lines (36 loc) 860 B
{ "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json", "@id": "https://themost.io/schemas/InternshipRegisterActionReview", "name": "InternshipRegisterActionReview", "title": "InternshipRegisterActionReviews", "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": "InternshipRegisterAction" } ], "privileges": [ { "mask": 15, "type": "global" }, { "mask": 15, "type": "global", "account": "Administrators" }, { "mask": 15, "type": "self", "filter": "itemReviewed/internship/department eq departments()", "account": "Registrar" } ] }