Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface DocumentFieldSchema
import { type DocumentFieldSchema } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/mod.ts";

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

Properties

Semantic data type of the field value.

optional
description: string

Field description.

optional
example: string

Example field content.

optional
items: DocumentFieldSchema

Field type schema of each array element.

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

Named sub-fields of the object field.