1
0

paste.jsonld 645 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "@context": {
  3. "so": "https://schema.org/",
  4. "pb": "?jsonld=types#",
  5. "pm": "?jsonld=pastemeta#",
  6. "status": {
  7. "@type": "so:Integer"
  8. },
  9. "id": {
  10. "@type": "so:name"
  11. },
  12. "deletetoken": {
  13. "@type": "so:Text"
  14. },
  15. "url": {
  16. "@type": "so:url"
  17. },
  18. "v": {
  19. "@type": "so:Integer",
  20. "@value": 2
  21. },
  22. "ct": {
  23. "@type": "pb:CipherText"
  24. },
  25. "adata": {
  26. "@type": "pm:AuthenticatedData"
  27. },
  28. "meta": {
  29. "@type": "pm:MetaData"
  30. },
  31. "comments": {
  32. "@type": "?jsonld=comment",
  33. "@container": "@list"
  34. },
  35. "comment_count": {
  36. "@type": "so:Integer"
  37. },
  38. "comment_offset": {
  39. "@type": "so:Integer"
  40. }
  41. }
  42. }