wolfadex / elm-open-api / OpenApi.License

Corresponds to the License Object in the OpenAPI specification.

Types


type License

Decoding / Encoding

decode : Json.Decode.Decoder License

encode : License -> Json.Encode.Value

Querying

identifier : License -> Maybe String

name : License -> String

url : License -> Maybe String