1
0

comment.jsonld 505 B

1234567891011121314151617181920212223242526272829303132333435
  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. "pasteid": {
  13. "@type": "so:name"
  14. },
  15. "parentid": {
  16. "@type": "so:name"
  17. },
  18. "url": {
  19. "@type": "so:url"
  20. },
  21. "v": {
  22. "@type": "so:Integer",
  23. "@value": 2
  24. },
  25. "ct": {
  26. "@type": "pb:CipherText"
  27. },
  28. "adata": {
  29. "@type": "pb:CipherParameters"
  30. },
  31. "meta": {
  32. "@type": "cm:MetaData"
  33. }
  34. }
  35. }