| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "@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"
- }
- }
- }
|