summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@riseup.net>2019-07-04 01:37:22 +0300
committerfr33domlover <fr33domlover@riseup.net>2019-07-04 01:37:22 +0300
commitc02daae8ca08183d16e5b90fe11451f4f7648c95 (patch)
treef49a62416e6727cb897c005f114701ad56c1ec2a
parent3f0476736e85b4507fd955d69cc7801ec7254be2 (diff)
Remove standard AP types from vocab spec, it's only for new vocabulary
We can use those as examples though in the behavior spec.
-rw-r--r--specification/forgefed-vocabulary.md48
1 files changed, 1 insertions, 47 deletions
diff --git a/specification/forgefed-vocabulary.md b/specification/forgefed-vocabulary.md
index cc4a456..022f56e 100644
--- a/specification/forgefed-vocabulary.md
+++ b/specification/forgefed-vocabulary.md
@@ -53,27 +53,6 @@ A typical `@context` of a ForgeFed object may look like this:
## Activity Types
-### Follow
-
-**URI:** `https://www.w3.org/ns/activitystreams#Follow`
-
-**Notes:** used by a user who wants to follow a repository.
-This activity doesn't define a new type (the `Follow` Activity is defined in
-ActivityPub) but it's here for reference.
-
-**Example:**
-
- {
- "@context": [
- "https://www.w3.org/ns/activitystreams",
- "https://forgefed.peers.community/ns"
- ],
- "summary": "Alice started following ForgeFed",
- "type": "Follow",
- "actor": "https://localhost/alice",
- "object": "https://remotehost/bob/forgefed"
- }
-
### Push
**URI:** `https://forgefed.peers.community/ns#Push`
@@ -104,31 +83,6 @@ A Repository actor can use this Activity to notify followers of new changes.
## Actor Types
-### Person
-
-**URI:** `https://www.w3.org/ns/activitystreams#Person`
-
-**Notes:** Represents forge user. For this purpose ForgeFed reuses the Person
-type defined by ActivityPub.
-
-**Example:**
-
- {
- "@context": [
- "https://www.w3.org/ns/activitystreams",
- "https://forgefed.peers.community/ns"
- ],
- "type": "Person",
- "id": "https://localhost/alice",
- "name": "Alice Smith",
- "preferredUsername": "alice",
- "summary": "",
- "inbox": "",
- "outbox": "",
- "followers": "",
- "following": ""
- }
-
### Repository
**URI:** `https://forgefed.peers.community/ns#Repository`
@@ -173,7 +127,7 @@ type defined by ActivityPub.
"message": "Fix #89"
}
-#### Ticket
+### Ticket
**URI:** `https://forgefed.peers.community/ns#Ticket`