UNPKG

@universis/candidates

Version:

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

61 lines (60 loc) 1.49 kB
{ "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json", "@id": "https://themost.io/schemas/EnrollmentActionStatusArticles", "name": "EnrollmentActionStatusArticles", "title": "Enrollment event action status articles", "source": "EnrollmentActionStatusArticles", "view": "EnrollmentActionStatusArticles", "version": "1.0", "hidden": true, "fields": [ { "name": "id", "type": "Counter", "primary": true }, { "name": "event", "indexed": true, "nullable": false, "type": "StudyProgramEnrollmentEvent" }, { "name": "article", "indexed": true, "nullable": false, "type": "ActionStatusArticle" } ], "constraints": [ { "type": "unique", "fields": [ "event", "article" ] } ], "privileges": [ { "mask": 15, "type": "global" }, { "mask": 1, "type": "global", "account": "*" }, { "mask": 15, "type": "self", "account": "Registrar", "filter": "event/organizer eq departments()" }, { "mask": 15, "type": "global", "account": "Administrators" } ] }