Skip to main content

Interface: JsonSchema

Defined in: chat/src/schemas.ts:119

JSON Schema type (for getSchema methods)

Indexable

[key: string]: unknown

Properties

additionalProperties?

optional additionalProperties?: boolean

Defined in: chat/src/schemas.ts:125


description?

optional description?: string

Defined in: chat/src/schemas.ts:123


items?

optional items?: unknown

Defined in: chat/src/schemas.ts:124


properties?

optional properties?: Record<string, unknown>

Defined in: chat/src/schemas.ts:121


required?

optional required?: string[]

Defined in: chat/src/schemas.ts:122


type

type: string

Defined in: chat/src/schemas.ts:120