Skip to content

Instantly share code, notes, and snippets.

@ASteinheiser
Last active July 15, 2016 17:46
Show Gist options
  • Save ASteinheiser/970982c73e750c1382ca162730c1ed71 to your computer and use it in GitHub Desktop.
Save ASteinheiser/970982c73e750c1382ca162730c1ed71 to your computer and use it in GitHub Desktop.
{
"type": "object",
"title": "Citrix Sales to Pokemon!",
"properties": {
"name": {
"title": "Seller Name",
"type": "string"
},
"customer": {
"title": "Customer Name",
"type": "string"
},
"amount": {
"title": "Sale Amount",
"type": "integer"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment