You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
4.0 KiB

  1. HTTP/1.1 200 OK
  2. Accept-Ranges: bytes
  3. Access-Control-Allow-Headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Accept-Encoding
  4. Access-Control-Allow-Origin: *
  5. Content-Type: application/ld+json
  6. Date: Tue, 01 May 2018 23:28:21 GMT
  7. Etag: "e26-547a6fc75b04a-gzip"
  8. Last-Modified: Fri, 03 Feb 2017 21:30:09 GMT
  9. Server: Apache/2.4.7 (Ubuntu)
  10. Vary: Accept-Encoding
  11. Transfer-Encoding: chunked
  12. {
  13. "@context": {
  14. "id": "@id",
  15. "type": "@type",
  16. "cred": "https://w3id.org/credentials#",
  17. "dc": "http://purl.org/dc/terms/",
  18. "identity": "https://w3id.org/identity#",
  19. "perm": "https://w3id.org/permissions#",
  20. "ps": "https://w3id.org/payswarm#",
  21. "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
  22. "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
  23. "sec": "https://w3id.org/security#",
  24. "schema": "http://schema.org/",
  25. "xsd": "http://www.w3.org/2001/XMLSchema#",
  26. "Group": "https://www.w3.org/ns/activitystreams#Group",
  27. "claim": {"@id": "cred:claim", "@type": "@id"},
  28. "credential": {"@id": "cred:credential", "@type": "@id"},
  29. "issued": {"@id": "cred:issued", "@type": "xsd:dateTime"},
  30. "issuer": {"@id": "cred:issuer", "@type": "@id"},
  31. "recipient": {"@id": "cred:recipient", "@type": "@id"},
  32. "Credential": "cred:Credential",
  33. "CryptographicKeyCredential": "cred:CryptographicKeyCredential",
  34. "about": {"@id": "schema:about", "@type": "@id"},
  35. "address": {"@id": "schema:address", "@type": "@id"},
  36. "addressCountry": "schema:addressCountry",
  37. "addressLocality": "schema:addressLocality",
  38. "addressRegion": "schema:addressRegion",
  39. "comment": "rdfs:comment",
  40. "created": {"@id": "dc:created", "@type": "xsd:dateTime"},
  41. "creator": {"@id": "dc:creator", "@type": "@id"},
  42. "description": "schema:description",
  43. "email": "schema:email",
  44. "familyName": "schema:familyName",
  45. "givenName": "schema:givenName",
  46. "image": {"@id": "schema:image", "@type": "@id"},
  47. "label": "rdfs:label",
  48. "name": "schema:name",
  49. "postalCode": "schema:postalCode",
  50. "streetAddress": "schema:streetAddress",
  51. "title": "dc:title",
  52. "url": {"@id": "schema:url", "@type": "@id"},
  53. "Person": "schema:Person",
  54. "PostalAddress": "schema:PostalAddress",
  55. "Organization": "schema:Organization",
  56. "identityService": {"@id": "identity:identityService", "@type": "@id"},
  57. "idp": {"@id": "identity:idp", "@type": "@id"},
  58. "Identity": "identity:Identity",
  59. "paymentProcessor": "ps:processor",
  60. "preferences": {"@id": "ps:preferences", "@type": "@vocab"},
  61. "cipherAlgorithm": "sec:cipherAlgorithm",
  62. "cipherData": "sec:cipherData",
  63. "cipherKey": "sec:cipherKey",
  64. "digestAlgorithm": "sec:digestAlgorithm",
  65. "digestValue": "sec:digestValue",
  66. "domain": "sec:domain",
  67. "expires": {"@id": "sec:expiration", "@type": "xsd:dateTime"},
  68. "initializationVector": "sec:initializationVector",
  69. "member": {"@id": "schema:member", "@type": "@id"},
  70. "memberOf": {"@id": "schema:memberOf", "@type": "@id"},
  71. "nonce": "sec:nonce",
  72. "normalizationAlgorithm": "sec:normalizationAlgorithm",
  73. "owner": {"@id": "sec:owner", "@type": "@id"},
  74. "password": "sec:password",
  75. "privateKey": {"@id": "sec:privateKey", "@type": "@id"},
  76. "privateKeyPem": "sec:privateKeyPem",
  77. "publicKey": {"@id": "sec:publicKey", "@type": "@id"},
  78. "publicKeyPem": "sec:publicKeyPem",
  79. "publicKeyService": {"@id": "sec:publicKeyService", "@type": "@id"},
  80. "revoked": {"@id": "sec:revoked", "@type": "xsd:dateTime"},
  81. "signature": "sec:signature",
  82. "signatureAlgorithm": "sec:signatureAlgorithm",
  83. "signatureValue": "sec:signatureValue",
  84. "CryptographicKey": "sec:Key",
  85. "EncryptedMessage": "sec:EncryptedMessage",
  86. "GraphSignature2012": "sec:GraphSignature2012",
  87. "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
  88. "accessControl": {"@id": "perm:accessControl", "@type": "@id"},
  89. "writePermission": {"@id": "perm:writePermission", "@type": "@id"}
  90. }
  91. }