mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 15:45:27 +00:00
Auto Generate Syntax Docs + JSONSchema [Thu Mar 16 18:19:31 UTC 2023] 🤖
This commit is contained in:
parent
e1b1417a9b
commit
8db0276ba6
1396
SYNTAX-REFERENCE.md
1396
SYNTAX-REFERENCE.md
File diff suppressed because it is too large
Load Diff
@ -61,7 +61,8 @@
|
||||
]
|
||||
},
|
||||
"reference": {
|
||||
"$ref": "#/definitions/stringslice.StringSlice",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"$ref": "#/definitions/stringslice.RawStringSlice",
|
||||
"title": "references for the template",
|
||||
"description": "Links relevant to the template"
|
||||
},
|
||||
@ -110,6 +111,16 @@
|
||||
"title": "severity of the template",
|
||||
"description": "Seriousness of the implications of the template"
|
||||
},
|
||||
"stringslice.RawStringSlice": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "array"
|
||||
}
|
||||
]
|
||||
},
|
||||
"stringslice.StringSlice": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user