Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix some letter casing in doc/architecture.md
Michalis Zampetakis committed 2 years ago
commit e11a62ead1bbb18bba2e17e04a15083647b1cfce
parent 0c6ce3247258715a8ff50514e7b7711069f3b80d
1 file changed +3 -3
modified doc/architecture.md
@@ -106,7 +106,7 @@ An example request that the broker sends looks like this:
~~~{.json .numberLines}
{
    "request": "trigger",
-
    "event-type": "push",
+
    "event_type": "push",
    "pusher": {
        "id": "did:key:z6MkltRpzcq2ybm13yQpyre58JUeMvZY6toxoZVpLZ8YabRa",
        "alias": "node_alias"
@@ -148,7 +148,7 @@ An example request that the broker sends looks like this:
~~~{.json .numberLines}
{
    "request": "trigger",
-
    "event-type": "patch",
+
    "event_type": "patch",
    "action": "created|updated",
    "patch": {
        "id": "<PATCH_ID>",
@@ -161,7 +161,7 @@ An example request that the broker sends looks like this:
            "status": "Open",
            "conflicts": [
                {
-
                    "revisionId": "string",
+
                    "revision_id": "string",
                    "oid": "string"
                }
            ]