commentmeta.jsonld 562 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. },
  35. "MetaData": {
  36. "created": {
  37. "@type": "CreationTime"
  38. },
  39. "icon": {
  40. "@type": "so:url"
  41. }
  42. }
  43. }