Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@FranciscoCanas
Created May 10, 2019 17:57
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 FranciscoCanas/a59ac7fa8bd835019caf63a87cb3a685 to your computer and use it in GitHub Desktop.
Save FranciscoCanas/a59ac7fa8bd835019caf63a87cb3a685 to your computer and use it in GitHub Desktop.
{
"description": "The Environment in which an event happened",
"title": "bc_environment",
"type": "object",
"properties": {
"productId": {
"type": "string"
},
"environmentId": {
"type": "string"
},
"versionId": {
"type": "string"
}
},
"minProperties": 1,
"additionalProperties": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment