Schema
/ API Reference / TypesSchema
/ API Reference / TypesT_JSONSchemaArray
type T_JSONSchemaArray<T = T_JSONValue> = {
type: 'array'
items: T_JSONSchema
default?: Array<T>
description?: string
[key: string]: any
}
© 2024-present Robin Weser. All Rights Reserved.