json_schema
Generate TypeScript schema from a JSON file or URL to define data structures and reduce context size, simplifying integration with large JSON datasets.
Instructions
Generate TypeScript schema for a JSON file or remote JSON URL. Provide the file path or HTTP/HTTPS URL as the only parameter.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | JSON file path (local) or HTTP/HTTPS URL to generate schema from |