- Optional fields should use the
optionalkeyword - ID fields should carry a qualifier prefix and an
_idsuffix, eg.party_id. - All service endpoints must be prefixed with a quantifying verb prefix, e.g.
List,Get,Submit,Estimate,Observe. *Request,*Responsemessages must appear in the order that the endpoints were defined, e.g. the last endpoint will have its messages defined at the end of the file.- Nested messages should be defined before their first use.
- All REST endpoints must be kebab-case (lower case, words separated by
-)
This repository was archived by the owner on Mar 31, 2023. It is now read-only.