Corresponds to the Reference Object in the OpenAPI specification.
OpenApi.Types.Reference
OpenApi.Types.ReferenceOr a
Many values in the OpenAPI Specification may have concrete values, or they may have a Reference to a value elsewhere. This type is a wrapper around the possibility of the value being either of these 2.
decode : Json.Decode.Decoder Reference
encode : Reference -> Json.Encode.Value
toConcrete : ReferenceOr a -> Maybe a
toReference : ReferenceOr a -> Maybe Reference
description : Reference -> Maybe String
ref : Reference -> String
The URI location of the actual value
summary : Reference -> Maybe String