Schema inputs accepted by Hashbrown APIs that take input schemas (tools, component props, etc.).
API
export type SchemaInput =
| HashbrownType
| StandardJSONSchemaV1
| object;Schema inputs accepted by Hashbrown APIs that take input schemas (tools, component props, etc.).
export type SchemaInput =
| HashbrownType
| StandardJSONSchemaV1
| object;