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

License object

Link to this section Summary

Types

t()

Media Type Object from the spec, we won't support encoding field at the moment

Link to this section Types

Specs

t() :: %QuenyaParser.Object.MediaType{
  examples: [map()] | nil,
  schema: ExJsonSchema.Schema.Root | nil
}

Media Type Object from the spec, we won't support encoding field at the moment

Link to this section Functions

Link to this function

new(id, position, type, data)

View Source