schematic-ipsum icon indicating copy to clipboard operation
schematic-ipsum copied to clipboard

Took down your site :(

Open mike-marcacci opened this issue 10 years ago • 3 comments

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!

mike-marcacci avatar Jan 23 '15 19:01 mike-marcacci

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"
    }
  }
}            

mike-marcacci avatar Jan 23 '15 19:01 mike-marcacci

I found the same problem using this simple schema:

{
  "type": "object"
}

cesc-dev avatar Apr 15 '15 15:04 cesc-dev

I also seem to have just taken down your site. Not entirely sure what I did that was wrong though.

andyfurniss4 avatar Jan 13 '16 11:01 andyfurniss4