pastemeta.jsonld 485 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "@context": {
  3. "so": "https://schema.org/",
  4. "pb": "?jsonld=types#"
  5. },
  6. "AuthenticatedData": {
  7. "@container": "@list",
  8. "@value": [
  9. {
  10. "@type": "pb:CipherParameters"
  11. },
  12. {
  13. "@type": "pb:Formatter"
  14. },
  15. {
  16. "@type": "pb:OpenDiscussion"
  17. },
  18. {
  19. "@type": "pb:BurnAfterReading"
  20. },
  21. {
  22. "@type": "pb:Expire"
  23. }
  24. ]
  25. },
  26. "MetaData": {
  27. "created": {
  28. "@type": "pb:CreationTime"
  29. },
  30. "time_to_live": {
  31. "@type": "pb:RemainingSeconds"
  32. }
  33. }
  34. }