jrd-wf02-4.1-lrdd.json 662 B

12345678910111213141516171819202122232425
  1. {
  2. "expires": "2012-10-12T20:56:11Z",
  3. "subject": "acct:bob@example.com",
  4. "aliases": [
  5. "http://www.example.com/~bob/"
  6. ],
  7. "links": [
  8. {
  9. "rel": "http://webfinger.net/rel/avatar",
  10. "href": "http://www.example.com/~bob/bob.jpg"
  11. },
  12. {
  13. "rel": "http://webfinger.net/rel/profile-page",
  14. "href": "http://www.example.com/~bob/"
  15. },
  16. {
  17. "rel": "http://packetizer.com/rel/blog",
  18. "href": "http://blogs.example.com/bob/"
  19. },
  20. {
  21. "rel": "vcard",
  22. "href": "http://www.example.com/~bob/bob.vcf"
  23. }
  24. ]
  25. }