View Source Petstore.Schema.Write (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 pet() :: %{:id => integer(), :name => String.t(), optional(:tag) => String.t()}
@type pets() :: [pet()]