Sha256: eefba787708ca0be642958deb11818df5d056a4bf8112ba25a19a4deab637caf
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true class OAPI::OpenAPI::V30::Responses < OAPI::Types::Map class Response < OAPI::Types::Object property :description property :content, OAPI::OpenAPI::V30::Content property :headers, OAPI::OpenAPI::V30::Headers property :links, OAPI::OpenAPI::V30::Links end item :response, Response end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oapi-0.1.3 | lib/oapi/open_api/v30/responses.rb |
oapi-0.1.2 | lib/oapi/open_api/v30/responses.rb |