Kitaru

AnalyzerResponse

Analyzer response.

Attributes

attributeowner_iduuid.UUID | None
= Field(description='Id of the owning account, null for a default plugin.')
attributeiduuid.UUID
= Field(description='Analyzer id.')
attributenamestr
= Field(description='Analyzer name.')
attributedescriptionstr | None
= Field(description='Analyzer description.')
attributeproviderstr | None
= Field(description='External service this analyzer calls.')
attributelogo_urlstr | None
= Field(description='Analyzer logo URL.')
attributemetadatadict[str, JsonValue]
= Field(description='Arbitrary metadata.')
attributeconnection_schemadict[str, JsonValue] | None
= Field(description='JSON Schema of the connection values this analyzer reads.')
attributelatest_versionint
= Field(description='Highest version number created for this analyzer.')

On this page