UNPKG

@universis/candidates

Version:

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

41 lines (40 loc) 1.21 kB
{ "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json", "@id": "https://universis.io/CreateCandidateUserAction", "name": "CreateCandidateUserAction", "description": "The act of creating a user.", "title": "CreateCandidateUserAction", "abstract": false, "sealed": false, "hidden": true, "inherits": "CreateAction", "version": "1.0", "fields": [ { "@id": "http://schema.org/object", "name": "object", "title": "object", "description": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read <em>a book</em>.", "type": "User" } ], "eventListeners": [ { "type": "@themost/data/previous-state-listener" }, { "type": "./listeners/complete-create-candidate-user-action" } ], "privileges": [ { "mask": 15, "type": "global" }, { "mask": 15, "type": "global", "account": "Administrators" } ] }