TypeSchema
Home
Specification
Generator
Developer
Ecosystem
FAQ
Tools
JSON Schema
OpenAPI
JSON
Changelog
Hash
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 } }