View Source OpenAPI.Spec.Schema.Media (OpenAPI Generator v0.1.1)
Raw media schema from the OpenAPI spec
Link to this section Summary
Link to this section Types
@type t() :: %OpenAPI.Spec.Schema.Media{ encoding: %{optional(String.t()) => OpenAPI.Spec.Schema.Encoding.t()}, example: any(), examples: %{optional(String.t()) => OpenAPI.Spec.Schema.Example.t()}, schema: OpenAPI.Spec.Schema.t() | OpenAPI.Spec.ref() }