pastemeta.jsonld 446 B

12345678910111213141516171819202122232425262728293031
  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. },
  23. "MetaData": {
  24. "expire": {
  25. "@type": "pb:Expiration"
  26. },
  27. "time_to_live": {
  28. "@type": "pb:RemainingSeconds"
  29. }
  30. }
  31. }