View Source PetstoreExpanded.Schema.Read (openapi_compiler v1.0.0-beta.18)

TODO

Link to this section Summary

Link to this section Types

@type error() :: %{code: integer(), message: String.t()}
@type new_pet() :: %{:name => String.t(), optional(:tag) => String.t()}
@type pet() :: %{:id => integer(), :name => String.t(), optional(:tag) => String.t()}