json_schema
Convert JSON files or remote URLs into TypeScript schemas by providing the file path or HTTP/HTTPS link. Simplify data filtering and maintain clean contexts in JSON workflows.
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 |