mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-15 20:11:01 +00:00
* Revert "7.4.0 release" This reverts commit eda049348425171df772a7b9087cc97db718cfda. * prepare 7.5.0 snapshot version * update samples * update doc
17 lines
407 B
YAML
17 lines
407 B
YAML
# #OpenAPI Petstore
|
|
#
|
|
##This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
|
#
|
|
#The version of the OpenAPI document: 1.0.0
|
|
#
|
|
#Generated by: https://openapi-generator.tech
|
|
#Generator version: 7.5.0-SNAPSHOT
|
|
#
|
|
|
|
language: crystal
|
|
|
|
script:
|
|
- crystal spec
|
|
# uncomment below to check the code format
|
|
# - crystal tool format --check
|