1
0

comment.jsonld 463 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "@context": {
  3. "so": "https://schema.org/",
  4. "pb": "?jsonld=types#",
  5. "cm": "?jsonld=commentmeta#",
  6. "status": {
  7. "@type": "so:Integer"
  8. },
  9. "id": {
  10. "@type": "so:name"
  11. },
  12. "parentid": {
  13. "@type": "so:name"
  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": "pb:CipherParameters"
  27. },
  28. "meta": {
  29. "@type": "cm:MetaData"
  30. }
  31. }
  32. }