mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
55 lines
751 B
Plaintext
55 lines
751 B
Plaintext
{
|
|
"@context": {
|
|
"so": "https://schema.org/",
|
|
"pb": "?jsonld=types#"
|
|
},
|
|
"AuthenticatedData": {
|
|
"@container": "@list",
|
|
"@value": [
|
|
{
|
|
"@type": "pb:InitializationVector"
|
|
},
|
|
{
|
|
"@type": "pb:Salt"
|
|
},
|
|
{
|
|
"@type": "pb:Iterations"
|
|
},
|
|
{
|
|
"@type": "pb:KeySize"
|
|
},
|
|
{
|
|
"@type": "pb:TagSize"
|
|
},
|
|
{
|
|
"@type": "pb:Algorithm"
|
|
},
|
|
{
|
|
"@type": "pb:Mode"
|
|
},
|
|
{
|
|
"@type": "pb:Compression"
|
|
},
|
|
{
|
|
"@type": "pb:Formatter"
|
|
},
|
|
{
|
|
"@type": "pb:OpenDiscussion"
|
|
},
|
|
{
|
|
"@type": "pb:BurnAfterReading"
|
|
},
|
|
{
|
|
"@type": "pb:Expire"
|
|
}
|
|
]
|
|
},
|
|
"MetaData": {
|
|
"created": {
|
|
"@type": "pb:CreationTime"
|
|
},
|
|
"time_to_live": {
|
|
"@type": "pb:RemainingSeconds"
|
|
}
|
|
}
|
|
} |