The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { InputSchema } from "@openrouter/sdk/models";
let value: InputSchema = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
properties | any | :heavy_minus_sign: | N/A |
required | string[] | :heavy_minus_sign: | N/A |
type | string | :heavy_minus_sign: | N/A |
additionalProperties | Record<string, *any*> | :heavy_minus_sign: | N/A |