mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
35 lines
505 B
Plaintext
35 lines
505 B
Plaintext
{
|
|
"@context": {
|
|
"so": "https://schema.org/",
|
|
"pb": "?jsonld=types#",
|
|
"cm": "?jsonld=commentmeta#",
|
|
"status": {
|
|
"@type": "so:Integer"
|
|
},
|
|
"id": {
|
|
"@type": "so:name"
|
|
},
|
|
"pasteid": {
|
|
"@type": "so:name"
|
|
},
|
|
"parentid": {
|
|
"@type": "so:name"
|
|
},
|
|
"url": {
|
|
"@type": "so:url"
|
|
},
|
|
"v": {
|
|
"@type": "so:Integer",
|
|
"@value": 2
|
|
},
|
|
"ct": {
|
|
"@type": "pb:CipherText"
|
|
},
|
|
"adata": {
|
|
"@type": "pb:CipherParameters"
|
|
},
|
|
"meta": {
|
|
"@type": "cm:MetaData"
|
|
}
|
|
}
|
|
} |