Developer Docs
API Reference
Types
Schema Detection
Interfaces
Interface: SchemaField

web


web / lib/types/schema-detection / SchemaField

Interface: SchemaField

Properties

path

path: string


type

type: "string" | "number" | "boolean" | "object" | "null" | "date" | "array" | "mixed"


format?

optional format: string


nullable

nullable: boolean


enum?

optional enum: any[]


items?

optional items: SchemaField


properties?

optional properties: Record<string, SchemaField>