{
  "_comment": "ActivityStreams2 namespace for the Python-Federation library, see https://federation.readthedocs.io",
  "@context": {
    "@vocab": "_:",
    "pyfed": "https://docs.jasonrobinson.me/ns/python-federation#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "id": "@id",
    "inlineImage": {
      "@id": "pyfed:inlineImage",
      "@type": "xsd:boolean",
      "_comment": "Added to an attachment to signify the same image is included in content and the original source as an inline html or markdown image. If receivers render those directly, they should ignore this attachment."
    }
  }
}
