46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
|
{
|
||
|
"subject": "http://blog.example.com/article/id/314",
|
||
|
"expires": "2010-01-30T09:30:00Z",
|
||
|
"aliases": [
|
||
|
"http://blog.example.com/cool_new_thing",
|
||
|
"http://blog.example.com/steve/article/7"
|
||
|
],
|
||
|
"properties": {
|
||
|
"http://blgx.example.net/ns/version": "1.3",
|
||
|
"http://blgx.example.net/ns/ext": null
|
||
|
},
|
||
|
"links": [
|
||
|
{
|
||
|
"rel": "author",
|
||
|
"type": "text/html",
|
||
|
"href": "http://blog.example.com/author/steve",
|
||
|
"titles": {
|
||
|
"default": "About the Author",
|
||
|
"en-us": "Author Information"
|
||
|
},
|
||
|
"properties": {
|
||
|
"http://example.com/role": "editor"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"rel": "author",
|
||
|
"href": "http://example.com/author/john",
|
||
|
"titles": {
|
||
|
"default": "The other author"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"rel": "urn:xmpp:alt-connections:xbosh",
|
||
|
"href": "https://example.org/http-bind"
|
||
|
},
|
||
|
{
|
||
|
"rel": "urn:xmpp:alt-connections:websocket",
|
||
|
"href": "wss://example.org/xmpp-websocket"
|
||
|
},
|
||
|
{
|
||
|
"rel": "copyright",
|
||
|
"template": "http://example.com/copyright?id={uri}"
|
||
|
}
|
||
|
]
|
||
|
}
|