Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Dec 4, 2023
1 parent 94429a5 commit 05b000e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routing/http-routing-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ Each object in the `Providers` list is a record conforming to a schema, usually
}
```


Each object in the `Providers` list is a *write provider record* entry.

Server SHOULD accept representing writes is [Announcement Schema](#announcement-schema).
Expand Down Expand Up @@ -203,7 +202,6 @@ Each object in the `Peers` list is a record conforming to the [Peer Schema](#pee
}
```


Each object in the `Providers` list is a *write provider record* entry.

Server SHOULD accept writes represented with [Announcement Schema](#announcement-schema)
Expand Down Expand Up @@ -359,7 +357,6 @@ the case, the field MUST be ignored.

The `announcement` schema can be used in `PUT` operations to announce content providers or peer routing information.


```json
{
"Schema": "announcement",
Expand Down

0 comments on commit 05b000e

Please sign in to comment.