FEDERATION.md: Update to use the ForgeFed @context URI

This commit is contained in:
fr33domlover 2019-06-12 00:33:32 +00:00
parent 74feb2c261
commit c51a0bbdd8

View file

@ -214,7 +214,7 @@ the key under `publicKey` as usual.
```json
{ "@context":
[ "https://w3id.org/security/v1"
, { "isShared": "https://peers.community/as2-ext#isShared"
, { "isShared": "https://angeley.es/as2-ext#isShared"
}
]
, "@id": "https://example.dev/key1"
@ -562,7 +562,7 @@ school building. Aviva posts a `Delegate` activity to her server:
```json
{ "@context":
[ "https://www.w3.org/ns/activitystreams"
, { "ext": "https://peers.community/as2-ext#"
, { "ext": "https://angeley.es/as2-ext#"
, "Delegate": "ext:Delegate"
, "Role": "ext:Role"
}
@ -590,7 +590,7 @@ HMAC is a secret key the server holds.
```json
{ "@context":
[ "https://www.w3.org/ns/activitystreams"
, { "ext": "https://peers.community/as2-ext#"
, { "ext": "https://angeley.es/as2-ext#"
, "Delegate": "ext:Delegate"
, "Role": "ext:Role"
}
@ -847,13 +847,14 @@ TODO:
```json
{ "@context":
[ "https://www.w3.org/ns/activitystreams"
, { "ext": "https://peers.community/as2-ext#"
, "Ticket": "ext:Ticket"
, { "forge": "https://forgefed.peers.community/ns#"
, "ext": "https://peers.community/as2-ext#"
, "Ticket": "forge:Ticket"
, "assignedTo":
{ "@id": "ext:assignedTo"
{ "@id": "forge:assignedTo"
, "@type": "@id"
}
, "isResolved": "ext:isResolved"
, "isResolved": "forge:isResolved"
, "participants":
{ "@id": "ext:participants"
, "@type": "@id"
@ -863,11 +864,11 @@ TODO:
, "@type": "@id"
}
, "dependsOn":
{ "@id": "ext:dependsOn"
{ "@id": "forge:dependsOn"
, "@type": "@id"
}
, "dependedBy":
{ "@id": "ext:dependedBy"
{ "@id": "forge:dependedBy"
, "@type": "@id"
}
, "history":