Skip to main content

AiJsonSchemaType

type
type AiJsonSchemaType = 'string' | 'number' | 'integer' | 'boolean' | 'null' | 'array' | 'object'

Import

import { AiJsonSchemaType } from '@modular/sdk';