Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created June 27, 2018 12:31
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 jcrossley3/4e71824c0b20611b4ba31636e2c19de5 to your computer and use it in GitHub Desktop.
Save jcrossley3/4e71824c0b20611b4ba31636e2c19de5 to your computer and use it in GitHub Desktop.
"definitions": {
"KeyValue": {
"required": [
"key",
"value"
],
"properties": {
"key": {
"type": "string"
},
"value": {
"description": "Any JSON value"
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment