pastemeta.jsonld 751 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "@context": {
  3. "so": "https://schema.org/",
  4. "pb": "?jsonld=types#"
  5. },
  6. "AuthenticatedData": {
  7. "@container": "@list",
  8. "@value": [
  9. {
  10. "@type": "pb:InitializationVector"
  11. },
  12. {
  13. "@type": "pb:Salt"
  14. },
  15. {
  16. "@type": "pb:Iterations"
  17. },
  18. {
  19. "@type": "pb:KeySize"
  20. },
  21. {
  22. "@type": "pb:TagSize"
  23. },
  24. {
  25. "@type": "pb:Algorithm"
  26. },
  27. {
  28. "@type": "pb:Mode"
  29. },
  30. {
  31. "@type": "pb:Compression"
  32. },
  33. {
  34. "@type": "pb:Formatter"
  35. },
  36. {
  37. "@type": "pb:OpenDiscussion"
  38. },
  39. {
  40. "@type": "pb:BurnAfterReading"
  41. },
  42. {
  43. "@type": "pb:Expire"
  44. }
  45. ]
  46. },
  47. "MetaData": {
  48. "created": {
  49. "@type": "pb:CreationTime"
  50. },
  51. "time_to_live": {
  52. "@type": "pb:RemainingSeconds"
  53. }
  54. }
  55. }