Skip to content

Commit

Permalink
swap proto in spec to match actual proto
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Aug 26, 2024
1 parent c5aa281 commit 2aec202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,8 @@ The ComponentDetails message has the following structure:

```protobuf
message ComponentDetails {
map<string, ComponentDetails> sub_component_map = 1;
repeated KeyValue metadata = 2;
repeated KeyValue metadata = 1;
map<string, ComponentDetails> sub_component_map = 2;
}
```

Expand Down

0 comments on commit 2aec202

Please sign in to comment.