Skip to content

Commit cc0f1e9

Browse files
committed
docs: update syntax & JSON schema 🤖
1 parent 0054e8b commit cc0f1e9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

nuclei-jsonschema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"title": "engine",
6060
"description": "Engine"
6161
},
62+
"sandbox": {
63+
"$ref": "#/$defs/code.Sandbox",
64+
"title": "sandbox",
65+
"description": "Sandbox"
66+
},
6267
"pre-condition": {
6368
"type": "string",
6469
"title": "pre-condition for the request",
@@ -86,6 +91,22 @@
8691
"additionalProperties": false,
8792
"type": "object"
8893
},
94+
"code.Sandbox": {
95+
"properties": {
96+
"working-dir": {
97+
"type": "string",
98+
"title": "working-dir",
99+
"description": "Working directory"
100+
},
101+
"image": {
102+
"type": "string",
103+
"title": "image",
104+
"description": "Image"
105+
}
106+
},
107+
"additionalProperties": false,
108+
"type": "object"
109+
},
89110
"dns.DNSRequestTypeHolder": {
90111
"type": "string",
91112
"enum": [

0 commit comments

Comments
 (0)