mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-01-31 07:43:09 +08:00
docs: update syntax & JSON schema 🤖
This commit is contained in:
@@ -59,6 +59,11 @@
|
|||||||
"title": "engine",
|
"title": "engine",
|
||||||
"description": "Engine"
|
"description": "Engine"
|
||||||
},
|
},
|
||||||
|
"sandbox": {
|
||||||
|
"$ref": "#/$defs/code.Sandbox",
|
||||||
|
"title": "sandbox",
|
||||||
|
"description": "Sandbox"
|
||||||
|
},
|
||||||
"pre-condition": {
|
"pre-condition": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "pre-condition for the request",
|
"title": "pre-condition for the request",
|
||||||
@@ -86,6 +91,22 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"code.Sandbox": {
|
||||||
|
"properties": {
|
||||||
|
"working-dir": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "working-dir",
|
||||||
|
"description": "Working directory"
|
||||||
|
},
|
||||||
|
"image": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "image",
|
||||||
|
"description": "Image"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false,
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
"dns.DNSRequestTypeHolder": {
|
"dns.DNSRequestTypeHolder": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|||||||
Reference in New Issue
Block a user