You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight tool that generates web forms from JSON Schema definitions. This tool allows users to create, validate, and collect form submissions based on JSON Schema specifications.
5
+
6
+
## 🚀 Features
7
+
8
+
- Dynamically generates forms from JSON Schema
9
+
- Supports schema validation according to JSON Schema specification
10
+
- Handles nested objects and arrays
11
+
- Resolves JSON Schema references recursively
12
+
- Form submissions can be downloaded as JSON or CSV
13
+
- Converts GitHub URLs to raw GitHub URLs automatically
0 commit comments