Created
April 22, 2014 02:30
-
-
Save erjjones/11163473 to your computer and use it in GitHub Desktop.
Guide to Workspaces Sample
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
{ | |
"WorkspaceUri": "Sample", | |
"Title": "Sample Title", | |
"Description": "This is a sample workspace.", | |
"Anonymous": false, | |
"EnableTriggers": false, | |
"Records": 0, | |
"Collections": [ | |
{ | |
"CollectionUri": "Products", | |
"Title": "Products Collection", | |
"Description": "", | |
"TypeName": "Product", | |
"Properties": [ | |
{ | |
"Name": "ProductID", | |
"Description": "", | |
"IsNullable": false, | |
"Properties": null, | |
"TypeName": null, | |
"TypeCode": "Int32", | |
"Kind": "Primitive" | |
}, | |
{ | |
"Name": "Name", | |
"Description": "", | |
"IsNullable": false, | |
"Properties": null, | |
"TypeName": null, | |
"TypeCode": "String", | |
"Kind": "Primitive" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment