Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.     "name": "scope test",
  3.     "description": "scope test desc",
  4.     "views": [{
  5.         "name": "function 1",
  6.         "label": "label 1",
  7.         "api": [{
  8.             "id": "",
  9.             "name": "/users/update"
  10.         }],
  11.         "description": "desc 1"
  12.     }],
  13.     "actions": [{
  14.         "name": "function 2",
  15.         "label": "label 2",
  16.         "api": [{
  17.             "id": "",
  18.             "name": "/users/view"
  19.         }],
  20.         "description": "description 2"
  21.     }]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement