diff --git a/aep/general/0191/aep.md.j2 b/aep/general/0191/aep.md.j2 index 67b855ce..0c5b9441 100644 --- a/aep/general/0191/aep.md.j2 +++ b/aep/general/0191/aep.md.j2 @@ -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