Interface: SchemaOptions
Extended by
Indexable
[prop: string]: any
Properties
$id?
optional$id:string
Id for this schema
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:5
$schema?
optional$schema:string
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:3
default?
optionaldefault:any
Default value for this schema
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:11
description?
optionaldescription:string
Description of this schema
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:9
examples?
optionalexamples:any
Example values matching this schema
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:13
readOnly?
optionalreadOnly:boolean
Optional annotation for readOnly
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:15
title?
optionaltitle:string
Title of this schema
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:7
writeOnly?
optionalwriteOnly:boolean
Optional annotation for writeOnly
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:17