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