2064 ticketsTrackedBy
https://forgefed.peers.community/nsticketsTrackedBy
Definition
Identifies the actor which tracks tickets related to the given object. This is the actor to whom you send tickets you’d like to open against the object.voir 4
Example
json {
    "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://forgefed.peers.community/ns"
    ],
    "id": "https://dev.example/aviva/treesim",
    "type": "Repository",
    "name": "Tree Growth 3D Simulation",
    "summary": "<p>Tree growth 3D simulator for my nature exploration game</p>",
    "ticketsTrackedBy": "https://bugs.example/projects/treesim"
}