Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Took down your site :( #20

Open
mike-marcacci opened this issue Jan 23, 2015 · 3 comments
Open

Took down your site :( #20

mike-marcacci opened this issue Jan 23, 2015 · 3 comments

Comments

@mike-marcacci
Copy link

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
Copy link
Author

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

@cesc-dev
Copy link

I found the same problem using this simple schema:

{
  "type": "object"
}

@andyfurniss4
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants