Files
splunk-security_content/spec/macros.spec.json
2022-02-28 12:47:14 +01:00

29 lines
456 B
JSON

{
"title": "Macro",
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"definition": {
"title": "Definition",
"type": "string"
},
"description": {
"title": "Description",
"type": "string"
},
"arguments": {
"title": "Arguments",
"type": "array",
"items": {}
}
},
"required": [
"name",
"definition",
"description"
]
}