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