paste.jsonld 795 B

12345678910111213141516171819202122232425262728
  1. {
  2. "@context": {
  3. "status": http://schema.org/Integer",
  4. "id": "http://schema.org/name",
  5. "deletetoken": "http://schema.org/Text",
  6. "url: {
  7. "@id": "http://schema.org/url",
  8. "@type": "@id"
  9. },
  10. "data": "http://schema.org/Text",
  11. "attachment": "http://schema.org/Text",
  12. "attachmentname": "http://schema.org/Text",
  13. "meta": {
  14. "formatter": "http://schema.org/Text",
  15. "postdate": "http://schema.org/Integer",
  16. "opendiscussion": "http://schema.org/True",
  17. "burnafterreading": "http://schema.org/True",
  18. "expire_date": "http://schema.org/Integer",
  19. "remaining_time": "http://schema.org/Integer"
  20. },
  21. "comments": {
  22. "@id": "comment.jsonld",
  23. "@container": "@list"
  24. },
  25. "comment_count": "http://schema.org/Integer",
  26. "comment_offset": "http://schema.org/Integer"
  27. }
  28. }