API referenceInterfaces
DerivedParameters
Interface: DerivedParameters
Defined in: packages/microfoom-core/src/schema_derive.ts:16
The derived parameter schema for one method.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
jsonSchema | readonly | JsonSchema | JSON Schema of the arguments object (advertised to the model). | packages/microfoom-core/src/schema_derive.ts:18 |
paramNames | readonly | readonly string[] | Parameter names, in declaration order. | packages/microfoom-core/src/schema_derive.ts:22 |
schema | readonly | StandardSchemaV1<unknown, Record<string, unknown>> | Standard Schema validating a raw arguments object (F4). | packages/microfoom-core/src/schema_derive.ts:20 |
