| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "@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"
- }
- ]
- },
- "MetaData": {
- "created": {
- "@type": "CreationTime"
- },
- "icon": {
- "@type": "so:url"
- }
- }
- }
|