TypeSchema
Home
Specification
Generator
Schema
Changelog
Hash
Migration
JSON Schema
OpenAPI
JSON
Developer
Ecosystem
FAQ
TypeSchema
/ Migration / JSON Schema
JSON
Through this form you can generate a schema from existing JSON data. It contains also a logic to detect objects of the same type. You should see this as a starting point since you need to add proper names to each type.
Schema
{ "productId": 1, "productName": "foobar", "price": 12.99, "tags": ["foo", "bar"], "dimensions": { "length": 0, "width": 0, "height": 0 } }