Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion aep/general/0191/aep.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ read.

## Syntax

APIs defined in protocol buffers **must** use `proto3` syntax.
APIs defined in protocol buffers **must** use `proto3` syntax or one of the
newer [editions](https://protobuf.dev/editions/overview/).

New APIs **should** use edition `2023` or newer.

When using `proto3` syntax, fields **should** always be marked optional.

## Single package

Expand Down