APIDoc v0.1.3 APIDoc.Doc.Schema View Source
A schema definition for use as in and output type.
Link to this section Summary
Link to this section Types
Link to this type
format()
View Source
format()
View Source
format() :: :int32 | :int64
format() :: :int32 | :int64
The format for types that have different formats.
Example: :int32
for :integer
s.
A schema definition for use as in and output type.
Link to this type
type()
View Source
type()
View Source
type() :: :integer | :string | :object | :array
type() :: :integer | :string | :object | :array
The schema type.