draft command object

pull/201/head
Deborah Servili 2019-09-10 16:15:40 +02:00
parent 0d40f64815
commit b9d16a38ad
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"attributes": {
"value": {
"description": "",
"ui-priority": 1,
"misp-attribute": "text",
"multiple": true
},
"description": {
"description": "description of the command",
"ui-priority": 1,
"misp-attribute": "text"
}
},
"version": 1,
"description": "",
"meta-category": "misc",
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
"name": "command-line"
}

View File

@ -0,0 +1,19 @@
{
"attributes": {
"command-name": {
"description": "Text used to call the command",
"ui-priority": 1,
"misp-attribute": "text"
},
"functionality": {
"description": "Functionality of the command",
"ui-priority": 1,
"misp-attribute": "text"
}
},
"version": 1,
"description": "Command",
"meta-category": "misc",
"uuid": "21ad70d8-d397-11e9-9ea7-43b2d5f6a6e3",
"name": "command"
}