View Source OpenAPI.Spec.Schema.XML (OpenAPI Generator v0.1.0-rc.0)

Raw XML definition from the OpenAPI spec

Link to this section Summary

Link to this section Types

@type t() :: %OpenAPI.Spec.Schema.XML{
  attribute: boolean() | nil,
  name: String.t() | nil,
  namespace: String.t() | nil,
  prefix: String.t() | nil,
  wrapped: boolean() | nil
}