Advertisement
Guest User

Untitled

a guest
May 13th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "@context": {
  3.         "__value": "/hydra/api-demo/contexts/EntryPoint.jsonld",
  4.         "__activectx": {
  5.             "@base": {},
  6.             "hydra": {
  7.                 "@id": "http://www.w3.org/ns/hydra/core#",
  8.                 "@reverse": false
  9.             },
  10.             "vocab": {
  11.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#",
  12.                 "@reverse": false
  13.             },
  14.             "EntryPoint": {
  15.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint",
  16.                 "@reverse": false
  17.             },
  18.             "issues": {
  19.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint/issues",
  20.                 "@reverse": false,
  21.                 "@type": "@id"
  22.             },
  23.             "register_user": {
  24.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint/registerUser",
  25.                 "@reverse": false,
  26.                 "@type": "@id"
  27.             },
  28.             "my_account": {
  29.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint/myAccount",
  30.                 "@reverse": false,
  31.                 "@type": "@id"
  32.             },
  33.             "users": {
  34.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint/users",
  35.                 "@reverse": false,
  36.                 "@type": "@id"
  37.             }
  38.         }
  39.     },
  40.     "@id": {
  41.         "__iri": "@id",
  42.         "__value": {
  43.             "__orig_value": "/hydra/api-demo/",
  44.             "__value": {
  45.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/"
  46.             }
  47.         }
  48.     },
  49.     "@type": {
  50.         "__iri": "@type",
  51.         "__value": {
  52.             "__orig_value": "EntryPoint",
  53.             "__value": {
  54.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint"
  55.             }
  56.         }
  57.     },
  58.     "issues": {
  59.         "__iri": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint/issues",
  60.         "__value": {
  61.             "__orig_value": "/hydra/api-demo/issues/",
  62.             "__value": {
  63.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/issues/"
  64.             }
  65.         }
  66.     },
  67.     "register_user": {
  68.         "__iri": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint/registerUser",
  69.         "__value": {
  70.             "__orig_value": "/hydra/api-demo/users/",
  71.             "__value": {
  72.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/users/"
  73.             }
  74.         }
  75.     },
  76.     "users": {
  77.         "__iri": "http://www.markus-lanthaler.com/hydra/api-demo/vocab#EntryPoint/users",
  78.         "__value": {
  79.             "__orig_value": "/hydra/api-demo/users/",
  80.             "__value": {
  81.                 "@id": "http://www.markus-lanthaler.com/hydra/api-demo/users/"
  82.             }
  83.         }
  84.     }
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement