comment.jsonld 244 B

12345678910111213141516
  1. {
  2. "@context": {
  3. "so": "https://schema.org/",
  4. "status": "so:Integer",
  5. "id": "so:name",
  6. "parentid": "so:name",
  7. "url: {
  8. "@id": "so:url",
  9. "@type": "@id"
  10. },
  11. "data": "so:Text",
  12. "meta": {
  13. "@id": "?jsonld=commentmeta"
  14. }
  15. }
  16. }