mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
29 lines
456 B
JSON
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"
|
|
]
|
|
}
|