1
0
Fork 0

fix(oapi-codegen.yaml): add yaml schema url and fix issues according to schema

This commit is contained in:
Vojtěch Mareš 2024-04-28 14:50:35 +02:00
parent 14e2ed90ac
commit 9d2e456150
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -1,6 +1,7 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/deepmap/oapi-codegen/HEAD/configuration-schema.json
package: api package: api
generate: generate:
- types models: true
- fiber fiber-server: true
- spec embedded-spec: true
output: ./internal/api/api.gen.go output: ./internal/api/api.gen.go