{
    "$schema": "https://themost-framework.github.io/themost/models/2018/2/schema.json",
    "@id": "http://schema.org/GenerateTokenAction",
    "name": "GenerateTokenAction",
    "description": "The act of organizing tasks/objects/events by associating resources to it.",
    "title": "GenerateTokenAction",
    "abstract": false,
    "sealed": false,
    "inherits": "Action",
    "version": "1.0",
    "fields": [
        {
            "name": "event",
            "title": "Γεγονός αξιολόγησης",
            "type": "EvaluationEvent",
            "nullable": false
        },
        {
            "name": "total",
            "description": "Σύνολο tokens που δημιουργήθηκαν",
            "type": "Integer"
        }
    ],
    "privileges": [
        {
            "mask": 15,
            "type": "global"
        },
        {
            "mask": 15,
            "type": "global",
            "account": "Administrators"
        }
    ]
}
