Package version:

Value object for schema results.

Hierarchy

  • SearchSchemaValue

Properties

displayName?: string

The display name of the schema.

facet: boolean

The boolean that indicates whether or not the field is a facet.

indexed: boolean

The boolean that indicates the field is searchable as free text.

name?: string

The name of the schema.

ownerType?: string[]

The array of workflows containing the field.

stored: boolean

The boolean that indicates whether or not the field is stored.

type?: string

The type.

Generated using TypeDoc