@universis/evaluations
Version:
Universis evaluations library
46 lines (45 loc) • 1.32 kB
JSON
{
"$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json",
"@id": "http://schema.org/SendTokenAction",
"name": "SendTokenAction",
"description": "The act of organizing tasks/objects/events by associating resources to it.",
"title": "SendTokenAction",
"abstract": false,
"sealed": false,
"inherits": "Action",
"version": "1.0",
"fields": [
{
"name": "event",
"title": "Γεγονός αξιολόγησης",
"type": "EvaluationEvent",
"nullable": false
},
{
"name": "total",
"description": "Σύνολο tokens προς αποστολή",
"type": "Integer"
},
{
"name": "sent",
"description": "Σύνολο tokens που στάλθηκαν επιτυχώς",
"type": "Integer"
},
{
"name": "failed",
"description": "Σύνολο tokens των οποίων τη αποστολή απέτυχε",
"type": "Integer"
}
],
"privileges": [
{
"mask": 15,
"type": "global"
},
{
"mask": 15,
"type": "global",
"account": "Administrators"
}
]
}