@universis/candidates
Version:
Universis api server plugin for study program candidates, internship selection etc
33 lines (32 loc) • 775 B
JSON
{
"$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json",
"@id": "https://themost.io/schemas/RegisterActionMessage",
"name": "RegisterActionMessage",
"description": "Message that are being sent between users for a register action",
"title": "RegisterActionMessages",
"abstract": false,
"sealed": false,
"hidden": true,
"inherits": "Message",
"version": "1.1",
"fields": [
{
"name": "action",
"title": "Action",
"description": "The action associated with this message.",
"type": "RegisterAction",
"nullable": false
}
],
"privileges": [
{
"mask": 15,
"type": "global"
},
{
"mask": 15,
"type": "global",
"account": "Administrators"
}
]
}