Skip to content

Instantly share code, notes, and snippets.

@adityaarakeri
Created March 20, 2019 06:52
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 adityaarakeri/f27e9bd83601c2e8f744ccfb0a7e8f71 to your computer and use it in GitHub Desktop.
Save adityaarakeri/f27e9bd83601c2e8f744ccfb0a7e8f71 to your computer and use it in GitHub Desktop.
Demo returns a dummy json
{
"name": "base-policy",
"version": 1.0,
"type": "dummy",
"compatible": [4.0, 4.1, 4.2, 4.3],
"customer": "XYZ - Client",
"data": [
{
"name": "test-name-1",
"value": "test-val-1"
},
{
"name": "test-name-2",
"value": "test-val-2"
},
{
"name": "test-name-3",
"value": "test-val-3"
},
{
"name": "test-name-4",
"value": "test-val-4"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment