Created
February 6, 2017 21:25
-
-
Save bobvanluijt/8510e8dee6fa47ce732f7585b18da8f3 to your computer and use it in GitHub Desktop.
Weave - rooms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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