forked from loafle/openapi-generator-original
* Move output directory for bin/openapi3/ruby-client-petstore.sh $ git mv sample/client/petstore/ruby sample/openapi3/client/petstore/ruby-client * $ bin/ruby-client-petstore.sh * Run bin/ruby-client-petstore.sh in bin/utils/ensure-up-to-date
424 B
424 B
Petstore::Pet
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [optional] | |
category | Category | [optional] | |
name | String | ||
photo_urls | Array<String> | ||
tags | Array<Tag> | [optional] | |
status | String | pet status in the store | [optional] |