Closed miparnisari closed 2 years ago
Need to run buf generate
to regen the OpenAPI file based on the changes. Otherwise the diff-openapi
job will fail in the checks.
Need to run
buf generate
to regen the OpenAPI file based on the changes. Otherwise thediff-openapi
job will fail in the checks.
i did do that 🤔
Need to run
buf generate
to regen the OpenAPI file based on the changes. Otherwise thediff-openapi
job will fail in the checks.i did do that 🤔
Did you also run the update swagger script?
Need to run
buf generate
to regen the OpenAPI file based on the changes. Otherwise thediff-openapi
job will fail in the checks.i did do that 🤔
Did you also run the update swagger script?
Oh i didn't realize this script existed! Just ran it.
You can ignore the
swagger.json
file when reviewing this PR, as it's generated bybuf generate
.Description
min_len/max_len
andpattern
validation, remove themin_len
andmax_len
in favor of an updated pattern that includes the length. See https://github.com/envoyproxy/protoc-gen-validate/issues/79store_id
andauthorization_model_id
are generated with https://github.com/oklog/ulid, which generates 26 characters. Change the validation for these fieldsReferences
n/a
Review Checklist
main