PrivateBin/js/comment.jsonld

35 lines
505 B
Plaintext
Raw Normal View History

{
"@context": {
"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"
},
"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
},
"meta": {
2018-12-18 02:43:16 +08:00
"@type": "cm:MetaData"
2018-12-18 04:42:49 +08:00
}
}
}