Nuclei schema defs workflowtemplate
Untitled object in undefined Schema
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | nuclei-schema.schema.json* |
WorkflowTemplate Type
object
(Details)
WorkflowTemplate Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
template | string | Optional | cannot be null | Untitled schema |
tags | Merged | Optional | cannot be null | Untitled schema |
matchers | array | Optional | cannot be null | Untitled schema |
subtemplates | array | Optional | cannot be null | Untitled schema |
template
Template or directory to execute as part of workflow
template
-
is optional
-
Type:
string
(template/directory to execute) -
cannot be null
-
defined in: Untitled schema
template Type
string
(template/directory to execute)
tags
Tags to run template based on
tags
-
is optional
-
Type: merged type (tags to execute)
-
cannot be null
-
defined in: Untitled schema
tags Type
merged type (tags to execute)
one (and only one) of
matchers
Matchers perform name based matching to run subtemplates for a workflow
matchers
-
is optional
-
Type:
object[]
(Details) -
cannot be null
-
defined in: Untitled schema
matchers Type
object[]
(Details)
subtemplates
Subtemplates are ran if the template field Template matches
subtemplates
-
is optional
-
Type:
object[]
(Details) -
cannot be null
-
defined in: Untitled schema
subtemplates Type
object[]
(Details)
Was this page helpful?