Untitled object in undefined Schema

https://template#/$defs/Request/properties/extractors/items
AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenForbiddennonenuclei-schema.schema.json*

items Type

object (Details)

items Properties

PropertyTypeRequiredNullableDefined by
namestringOptionalcannot be nullUntitled schema
typeobjectRequiredcannot be nullUntitled schema
regexarrayOptionalcannot be nullUntitled schema
groupintegerOptionalcannot be nullUntitled schema
kvalarrayOptionalcannot be nullUntitled schema
jsonarrayOptionalcannot be nullUntitled schema
xpatharrayOptionalcannot be nullUntitled schema
attributestringOptionalcannot be nullUntitled schema
dslarrayOptionalcannot be nullUntitled schema
partstringOptionalcannot be nullUntitled schema
internalbooleanOptionalcannot be nullUntitled schema
case-insensitivebooleanOptionalcannot be nullUntitled schema

name

Name of the extractor

name

name Type

string (name of the extractor)

type

type

type Type

object (Details)

regex

Regex to extract from part

regex

regex Type

string[]

group

Group to extract from regex

group

group Type

integer (group to extract from regex)

kval

Kval pairs to extract from response

kval

kval Type

string[]

json

JSON JQ expressions to evaluate from response part

json

json Type

string[]

xpath

XPath allows using xpath expressions to extract items from html response

xpath

xpath Type

string[]

attribute

Optional attribute to extract from response XPath

attribute

attribute Type

string (optional attribute to extract from xpath)

dsl

Optional attribute to extract from response dsl

dsl

dsl Type

string[]

part

Part of the request response to extract data from

part

part Type

string (part of response to extract data from)

internal

Internal when set to true will allow using the value extracted in the next request for some protocols

internal

internal Type

boolean (mark extracted value for internal variable use)

case-insensitive

use case insensitive extract

case-insensitive

case-insensitive Type

boolean (use case insensitive extract)