Schema
/ API Reference / TypesSchema
/ API Reference / TypesT_JSONSchemaBoolean
type T_JSONSchemaBoolean = {
type: 'boolean'
default?: boolean
description?: string
[key: string]: any
}
© 2024-present Robin Weser. All Rights Reserved.
type T_JSONSchemaBoolean = {
type: 'boolean'
default?: boolean
description?: string
[key: string]: any
}