Skip to content

Instantly share code, notes, and snippets.

@erjjones
Created April 22, 2014 02: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/11163473 to your computer and use it in GitHub Desktop.
Save erjjones/11163473 to your computer and use it in GitHub Desktop.
Guide to Workspaces Sample
{
"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