The attributes of a single ownership inference.

Hierarchy

  • OwnershipInferenceAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
checksum: string

A checksum that uniquely identifies the current state of the inference. Required when submitting feedback.

confidence: string

The confidence score of the inference, expressed as a numeric string with up to four decimal places.

createdAt: Date

The time when the inference was created.

evidenceVersions: null | {
    [key: string]: any;
}[]

The list of evidence versions associated with an inference.

explanation: string

A human-readable explanation of how the inference was produced.

The owner type for an ownership inference.

primaryContactRef?: string

The primary contact reference for the inferred owner, formatted as ref:handle/<owner_handle>.

sources: {
    [key: string]: any;
}[]

The list of sources backing an ownership inference. Empty when the inference status is not whitelisted to expose sources.

The lifecycle status of an ownership inference.

updatedAt: Date

The time when the inference was last updated.

Generated using TypeDoc