Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@erjjones
Created August 28, 2014 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erjjones/e36beead4d96a39e195e to your computer and use it in GitHub Desktop.
Save erjjones/e36beead4d96a39e195e to your computer and use it in GitHub Desktop.
Garage Door Collection Metadata
{
"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