Interface: DateOptions
Extends
Properties
$id?
optional
$id:string
Id for this schema
Inherited from
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:5
$schema?
optional
$schema:string
Inherited from
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:3
default?
optional
default:any
Default value for this schema
Inherited from
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:11
description?
optional
description:string
Description of this schema
Inherited from
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:9
examples?
optional
examples:any
Example values matching this schema
Inherited from
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:13
exclusiveMaximumTimestamp?
optional
exclusiveMaximumTimestamp:number
The exclusive maximum timestamp value
Defined in
node_modules/@sinclair/typebox/build/cjs/type/date/date.d.ts:5
exclusiveMinimumTimestamp?
optional
exclusiveMinimumTimestamp:number
The exclusive minimum timestamp value
Defined in
node_modules/@sinclair/typebox/build/cjs/type/date/date.d.ts:7
maximumTimestamp?
optional
maximumTimestamp:number
The maximum timestamp value
Defined in
node_modules/@sinclair/typebox/build/cjs/type/date/date.d.ts:9
minimumTimestamp?
optional
minimumTimestamp:number
The minimum timestamp value
Defined in
node_modules/@sinclair/typebox/build/cjs/type/date/date.d.ts:11
multipleOfTimestamp?
optional
multipleOfTimestamp:number
The multiple of timestamp value
Defined in
node_modules/@sinclair/typebox/build/cjs/type/date/date.d.ts:13
readOnly?
optional
readOnly:boolean
Optional annotation for readOnly
Inherited from
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:15
title?
optional
title:string
Title of this schema
Inherited from
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:7
writeOnly?
optional
writeOnly:boolean
Optional annotation for writeOnly
Inherited from
Defined in
node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts:17