| 12345678910111213141516171819202122232425262728293031 |
- {
- "@context": {
- "so": "https://schema.org/",
- "pb": "?jsonld=types#"
- },
- "AuthenticatedData": {
- "@container": "@list",
- "@value": [
- {
- "@type": "pb:CipherParameters"
- },
- {
- "@type": "pb:Formatter"
- },
- {
- "@type": "pb:OpenDiscussion"
- },
- {
- "@type": "pb:BurnAfterReading"
- }
- ]
- },
- "MetaData": {
- "expire": {
- "@type": "pb:Expiration"
- },
- "time_to_live": {
- "@type": "pb:RemainingSeconds"
- }
- }
- }
|