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#",
|
|
|
|
"cm": "?jsonld=commentmeta#",
|
|
|
|
"status": {
|
|
|
|
"@type": "so:Integer"
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"@type": "so:name"
|
|
|
|
},
|
2019-05-04 02:51:01 +08:00
|
|
|
"pasteid": {
|
|
|
|
"@type": "so:name"
|
|
|
|
},
|
2018-12-18 02:43:16 +08:00
|
|
|
"parentid": {
|
|
|
|
"@type": "so:name"
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"@type": "so:url"
|
|
|
|
},
|
|
|
|
"v": {
|
|
|
|
"@type": "so:Integer",
|
|
|
|
"@value": 2
|
|
|
|
},
|
|
|
|
"ct": {
|
|
|
|
"@type": "pb:CipherText"
|
|
|
|
},
|
|
|
|
"adata": {
|
2018-12-18 04:42:49 +08:00
|
|
|
"@type": "pb:CipherParameters"
|
2018-12-18 02:43:16 +08:00
|
|
|
},
|
2015-10-18 17:38:48 +08:00
|
|
|
"meta": {
|
2018-12-18 02:43:16 +08:00
|
|
|
"@type": "cm:MetaData"
|
2018-12-18 04:42:49 +08:00
|
|
|
}
|
2015-10-12 03:22:00 +08:00
|
|
|
}
|
|
|
|
}
|