schematic-ipsum
schematic-ipsum copied to clipboard
A simple service that generates fake JSON data in accordance with a JSON Schema
Kindly add support for draft-06. Draft-07 has just been released, and Draft-08 will come out in May 2018 with major changes. Thank you, and keep up the good work.
Your tool is brilliant in that it submits values for all fields, which means it's always a valid record. That should mean that required fields aren't an issue, but unfortunately,...
That's basically it - the need to specify ranges (could even be partially bound or bound on both ends). This would let one use this to generate for example percentages...
Hey there, I forgot a closing quote when trying your demo and took down the site... there's probably an underlying issue in the code, but this issue is just to...
The online tool doesn't understand the http://json-schema.org/draft-03/schema#/properties/required boolean attribute. try: { "type": "object", "properties": { "id": { "type": "string", "required":true, "ipsum": "id" } } } returns: [{"uri":"urn:uuid:da24b2e4-4ab4-4397-bc49-8992177370e4#/properties/id/required","schemaUri":"http://json-schema.org/draft-03/schema#/properties/required","attribute":"type","message":"Instance is not a...
Modifying the sample JSON schema to add an internal ref to a previously defined object throws uncaught exception. Removing the "parent" object generates test data without exception. ``` { "type":...
For below schema, it did not generate the sample json data . It is a valid schema but generating sample data gave a number of errors { "$schema": "http://json-schema.org/draft-04/schema#", "note":...
Great tool, unfortunately I already had to switch to draft 4 of the JSON Schema standard to use a library, which apparently keeps my schemas from working with your tool....
Not an issue, more of a question: I have a bunch of JSON schema draft3 that contains references to other schemas. Is there a way to actually download the tool...
i.e. if property name is "id", "mail" or "email", we can generate more realistic data even if no "ipsum" hint provided.