Skip to content

Commit

Permalink
Fixed manifest schema
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Jan 31, 2024
1 parent cb9acd3 commit 793a441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Here is a list of specs included in this repository, with links to the relevant
| [Distributed Mutual Exclusion](specifications/lamport_mutex) | Stephan Merz | || || |
| [Two-Phase Handshaking](specifications/TwoPhase) | Leslie Lamport, Stephan Merz | || || |
| [Paxos (How to Win a Turing Award)](specifications/PaxosHowToWinATuringAward) | Leslie Lamport | || || |
| [Byzantine Paxos by Refinement](specifications/byzpaxos) | Leslie Lamport | || || |
| [Dijkstra's Mutual Exclusion Algorithm](specifications/dijkstra-mutex) | Leslie Lamport | | ||| |
| [The Echo Algorithm](specifications/echo) | Stephan Merz | | ||| |
| [The TLC Safety Checking Algorithm](specifications/TLC) | Markus Kuppe | | ||| |
Expand All @@ -56,7 +57,6 @@ Here is a list of specs included in this repository, with links to the relevant
| [SWMR Shared Memory Disk Paxos](specifications/diskpaxos) | Leslie Lamport, Giuliano Losa | | | || |
| [Transaction Commit Models](specifications/transaction_commit) | Leslie Lamport, Jim Gray, Murat Demirbas | | | || |
| [Span Tree Exercise](specifications/SpanningTree) | Leslie Lamport | | | || |
| [Byzantine Paxos by Refinement](specifications/byzpaxos) | Leslie Lamport | | | || |
| [The Knuth-Yao Method](specifications/KnuthYao) | Ron Pressler, Markus Kuppe | | | || |
| [Huang's Algorithm](specifications/Huang) | Markus Kuppe | | | || |
| [EWD 426: Token Stabilization](specifications/ewd426) | Murat Demirbas, Markus Kuppe | | | || |
Expand Down
2 changes: 1 addition & 1 deletion manifest-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "array",
"items": {
"type": "object",
"required": ["title", "description", "source", "authors", "path", "tags", "modules"],
"required": ["title", "description", "sources", "authors", "path", "tags", "modules"],
"additionalProperties": false,
"properties": {
"path": {"type": "string"},
Expand Down

0 comments on commit 793a441

Please sign in to comment.