> @crosslab/service-booking@0.0.1 openapi-lint > npx --yes @redocly/cli lint ./api/openapi.yml validating ./api/openapi.yml... [1] api/openapi.yml:3:1 at #/info Info object should contain `license` field. 1 | # This file was automatically generated by documentation-and-generation.fish - all changes will be lost\n 2 | openapi: 3.1.0 3 | info: | ^^^^ 4 | title: Booking service 5 | description: >- Warning was generated by the info-license rule. [2] api/openapi.yml:435:5 at #/paths/~1booking_callback~1{ID}/post/operationId Operation object should contain `operationId` field. 433 | Service is unable to respond in time, possibly overloaded. Try again in a few minutes. 434 | /booking_callback/{ID}: 435 | post: | ^^^^ 436 | x-internal: true 437 | security: Warning was generated by the operation-operationId rule. ./api/openapi.yml: validated in 52ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 2 warnings.