Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Status of the entity. Default: 'ACTIVE'
ACTIVE, DISABLED, DELETED Title of the detector schema, shown to UI user
Name of the detector schema
Version of the detector schema
"0.0.1"
Description of the detector schema
"Detector schema description example"
Author for the detector schema
Icon for the detector schema
Detector schema tags. Example SECURITY, COMPLIANCE
Detector schema tags, list of groups or networks that are allowed for this schema. Can include ChainGroup (network group, eg: 'evm') or ChainUid (network eg: 'ethereum'). Empty = any network
FAQ of the detector schema
UI Schema value of the detector schema
{}
OK
Unique identifier of the entity
1
Time when entity was created
Time when entity was updated
Status of the entity. Default: 'ACTIVE'
ACTIVE, DISABLED, DELETED Title of the detector schema, shown to UI user
Name of the detector schema
Version of the detector schema
"0.0.1"
Description of the detector schema
"Detector schema description example"
Author for the detector schema
Icon for the detector schema
Detector schema tags. Example SECURITY, COMPLIANCE
Detector schema tags, list of groups or networks that are allowed for this schema. Can include ChainGroup (network group, eg: 'evm') or ChainUid (network eg: 'ethereum'). Empty = any network
FAQ of the detector schema
Json Schema value of the detector schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Product",
"description": "Json schema example",
"type": "object",
"properties": {
"name": {
"description": "String property example",
"type": "string"
},
"version": {
"description": "Integer property example",
"type": "integer",
"exclusiveMinimum": 0
}
},
"required": ["name", "version"]
}
UI Schema value of the detector schema
{}