22 lines
491 B
JSON
Executable File
22 lines
491 B
JSON
Executable File
{
|
|
|
|
"authentification": {
|
|
"renew": {
|
|
"description": "Renewal of the cyclic hashing system.",
|
|
"permission": ["cyclic-hashing-system"]
|
|
}
|
|
},
|
|
|
|
|
|
"release": {
|
|
"pull": {
|
|
"description": "Pulls project from git branch.",
|
|
"permissions": ["cyclic-hashing-system"],
|
|
"parameters": {
|
|
"project": { "description": "Project's name.", "type": "varchar(2,30,alphanumeric)" },
|
|
"branch": { "description": "Git release branch.", "type": "varchar(2,30,alphanumeric)" }
|
|
}
|
|
}
|
|
}
|
|
}
|