Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Created February 6, 2017 21:25
Show Gist options
  • Save bobvanluijt/8510e8dee6fa47ce732f7585b18da8f3 to your computer and use it in GitHub Desktop.
Save bobvanluijt/8510e8dee6fa47ce732f7585b18da8f3 to your computer and use it in GitHub Desktop.
Weave - rooms
{
"Room": {
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"placeId": {
"type": "string"
},
"roomType": {
"enum": [
"attic",
"backyard",
"basement",
"bathroom",
"bedroom",
"default",
"den",
"diningRoom",
"entryway",
"familyRoom",
"frontyard",
"garage",
"hallway",
"kitchen",
"livingRoom",
"masterBedroom",
"office",
"shed",
"unknownRoomType"
],
"type": "string"
}
},
"type": "object"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment