Share via


ContentFieldSchema interface

Schema of fields to be extracted from documents.

Properties

definitions

Additional definitions referenced by the fields in the schema.

description

A description of the field schema.

fields

The fields defined in the schema.

name

The name of the field schema.

Property Details

definitions

Additional definitions referenced by the fields in the schema.

definitions?: Record<string, ContentFieldDefinition>

Property Value

Record<string, ContentFieldDefinition>

description

A description of the field schema.

description?: string

Property Value

string

fields

The fields defined in the schema.

fields: Record<string, ContentFieldDefinition>

Property Value

Record<string, ContentFieldDefinition>

name

The name of the field schema.

name?: string

Property Value

string