Skip to content

Instantly share code, notes, and snippets.

@rolaveric
Created March 28, 2015 01:38
Show Gist options
  • Save rolaveric/73036f28ff1f6fd4d901 to your computer and use it in GitHub Desktop.
Save rolaveric/73036f28ff1f6fd4d901 to your computer and use it in GitHub Desktop.
Example for JSON Schema design article
{
"articles": [{
"id": "article1",
"links": {
"author": {"type": "people", "id": "person1"}
}
}],
"people": [{
"id": "person1",
"phoneNumber": "1234"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment