Skip to content

MEC028 v2.2.1 update - OAS & Proto3 representation updated

Michel Roy requested to merge develop into master

OAS & Proto3 representation have been updated to v2.2.1 specification.

Update followed OpenAPI development guidelines

  • Generation using doc2oas (a separate merge request has been created for the config file update)
  • Level-1 validation passing (no warnings in Swagger-Editor, swagger-cli validate, speccy lint)
  • Level-2 validation passing (no error in Swagger-UI, visual inspection)
  • Level-3 validation passing (swagger code generation)
  • Proto3 generation passing
  • Proto3 code generation passing
  • Jenkins validation passing

Merge request reports