schematic-ipsum
schematic-ipsum copied to clipboard
Took down your site :(
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 let you know your site's down. Sorry!
Here's the schema that broke things:
{
"type": "object",
"properties": {
"id": {
"type": "string",
"ipsum": "id"
},
"name": {
"type": "object",
"properties": {
"first": {
"type": "string",
"ipsum": "name
},
"last": {
"type": "string",
"ipsum": "name
}
}
},
"email": {
"type": "string",
"format": "email"
},
"bio": {
"type": "string",
"ipsum": "sentence"
},
"age": {
"type": "integer"
},
"avatar": {
"type": "string",
"ipsum": "small image"
}
}
}
I found the same problem using this simple schema:
{
"type": "object"
}
I also seem to have just taken down your site. Not entirely sure what I did that was wrong though.