comment.jsonld 380 B

1234567891011121314151617
  1. {
  2. "@context": {
  3. "status": "http://schema.org/Integer",
  4. "id": "http://schema.org/name",
  5. "parentid": "http://schema.org/name",
  6. "url: {
  7. "@id": "http://schema.org/url",
  8. "@type": "@id"
  9. },
  10. "data": "http://schema.org/Text",
  11. "meta": {
  12. "postdate": "http://schema.org/Integer",
  13. "nickname": "http://schema.org/Text",
  14. "vizhash": "http://schema.org/Text"
  15. }
  16. }
  17. }