QuenyaParser.Object.Header (Quenya Parser v0.3.6) View Source

Header object

Link to this section Summary

Types

t()

Header object from the spec

Link to this section Types

Specs

t() :: %QuenyaParser.Object.Header{
  deprecated: boolean(),
  description: String.t(),
  examples: [map()] | nil,
  explode: boolean(),
  required: boolean(),
  schema: ExJsonSchema.Schema.Root | nil,
  style: String.t()
}

Header object from the spec

Link to this section Functions