SearchSchemaValue interface

Value object for schema results.

Properties

displayName

The display name of the schema.

facet

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

indexed

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

name

The name of the schema.

ownerType

The array of workflows containing the field.

stored

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

type

The type.

Property Details

displayName

The display name of the schema.

displayName?: string

Property Value

string

facet

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

facet: boolean

Property Value

boolean

indexed

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

indexed: boolean

Property Value

boolean

name

The name of the schema.

name?: string

Property Value

string

ownerType

The array of workflows containing the field.

ownerType?: string[]

Property Value

string[]

stored

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

stored: boolean

Property Value

boolean

type

The type.

type?: string

Property Value

string