Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Created February 7, 2017 12:16
Show Gist options
  • Save bobvanluijt/81f7edf0ac622c1fff4db6456209cdc8 to your computer and use it in GitHub Desktop.
Save bobvanluijt/81f7edf0ac622c1fff4db6456209cdc8 to your computer and use it in GitHub Desktop.
Weave - places
{
"Place": {
"properties": {
"id": {
"type": "string"
},
"invitation": {
"$ref": "#/definitions/PlaceInvitation"
},
"member": {
"items": {
"$ref": "#/definitions/PlaceMember"
},
"type": "array"
},
"name": {
"type": "string"
}
},
"type": "object"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment