Created
August 28, 2014 03:30
-
-
Save erjjones/e36beead4d96a39e195e to your computer and use it in GitHub Desktop.
Garage Door Collection Metadata
This file contains 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
{ | |
"collectionUri": "garagedoor", | |
"title": "garagedoor", | |
"description": "Collection of garagedoor objects.", | |
"typeName": "garagedoor", | |
"enableTriggers": false, | |
"properties": [ | |
{ | |
"name": "Status", | |
"description": "", | |
"isNullable": false, | |
"typeCode": "String", | |
"kind": "Primitive", | |
"typeName": "", | |
"properties": [], | |
"isArray": false | |
}, | |
{ | |
"name": "StatusDateTime", | |
"description": "", | |
"isNullable": false, | |
"typeCode": "DateTime", | |
"kind": "Primitive", | |
"typeName": "", | |
"properties": [], | |
"isArray": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment