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

47 lines
845 B
JSON

{
"title": "Lookup",
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"description": {
"title": "Description",
"type": "string"
},
"collection": {
"title": "Collection",
"type": "string"
},
"fields_list": {
"title": "Fields List",
"type": "string"
},
"filename": {
"title": "Filename",
"type": "string"
},
"default_match": {
"title": "Default Match",
"type": "string"
},
"match_type": {
"title": "Match Type",
"type": "string"
},
"min_matches": {
"title": "Min Matches",
"type": "integer"
},
"case_sensitive_match": {
"title": "Case Sensitive Match",
"type": "string"
}
},
"required": [
"name",
"description"
]
}