as2_core.ex2.json 276 B

123456789101112
  1. {
  2. "@context": {
  3. "@vocab": "https://www.w3.org/ns/activitystreams",
  4. "ext": "https://canine-extension.example/terms/",
  5. "@language": "en"
  6. },
  7. "summary": "A note",
  8. "type": "Note",
  9. "content": "My dog has fleas.",
  10. "ext:nose": 0,
  11. "ext:smell": "terrible"
  12. }