json_schema
Converts JSON files into TypeScript schemas by specifying the file path. Simplifies data handling and ensures clean, structured TypeScript definitions.
Instructions
Generate TypeScript schema for a JSON file. Provide the file path as the only parameter.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | JSON file path to generate schema |