2015-10-11 21:22:00 +02:00
|
|
|
{
|
|
|
|
"@context": {
|
2016-07-19 13:56:52 +02:00
|
|
|
"so": "https://schema.org/",
|
2018-12-17 19:43:16 +01:00
|
|
|
"pb": "?jsonld=types#",
|
|
|
|
"pm": "?jsonld=pastemeta#",
|
|
|
|
"status": {
|
|
|
|
"@type": "so:Integer"
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"@type": "so:name"
|
|
|
|
},
|
|
|
|
"deletetoken": {
|
|
|
|
"@type": "so:Text"
|
|
|
|
},
|
2015-10-18 14:37:58 +02:00
|
|
|
"url": {
|
2018-12-17 19:43:16 +01:00
|
|
|
"@type": "so:url"
|
|
|
|
},
|
|
|
|
"v": {
|
|
|
|
"@type": "so:Integer",
|
|
|
|
"@value": 2
|
|
|
|
},
|
|
|
|
"ct": {
|
|
|
|
"@type": "pb:CipherText"
|
|
|
|
},
|
|
|
|
"adata": {
|
|
|
|
"@type": "pm:AuthenticatedData"
|
2015-10-15 22:04:57 +02:00
|
|
|
},
|
|
|
|
"meta": {
|
2018-12-17 19:43:16 +01:00
|
|
|
"@type": "pm:MetaData"
|
2015-10-15 22:04:57 +02:00
|
|
|
},
|
|
|
|
"comments": {
|
2018-12-17 19:43:16 +01:00
|
|
|
"@type": "?jsonld=comment",
|
2015-10-15 22:04:57 +02:00
|
|
|
"@container": "@list"
|
|
|
|
},
|
2018-12-17 19:43:16 +01:00
|
|
|
"comment_count": {
|
|
|
|
"@type": "so:Integer"
|
|
|
|
},
|
|
|
|
"comment_offset": {
|
|
|
|
"@type": "so:Integer"
|
|
|
|
}
|
2015-10-11 21:22:00 +02:00
|
|
|
}
|
|
|
|
}
|