Schema
/ API Reference / TypesSchema
/ API Reference / TypesT_JSONSchemaString
type T_JSONSchemaString = {
type: 'string'
minLength?: number
maxLength?: number
format?: 'date' | 'uri'
default?: string
description?: string
[key: string]: any
}
© 2024-present Robin Weser. All Rights Reserved.