Package version:

Interface DocumentFieldSchema

Description of the field semantic schema using a JSON Schema style syntax.

Hierarchy

  • DocumentFieldSchema

Properties

description?: string

Field description.

example?: string

Example field content.

Field type schema of each array element.

properties?: {
    [propertyName: string]: DocumentFieldSchema;
}

Named sub-fields of the object field.

Type declaration

type: string

Semantic data type of the field value.

Generated using TypeDoc