Sha256: 83ed52be87467909c112a24d5341a19eb541455b5b0b075118b8654cbb32eafc

Contents?: true

Size: 241 Bytes

Versions: 6

Compression:

Stored size: 241 Bytes

Contents

module OpenAPIParser::Schemas
  class Paths < Base
    # @!attribute [r] path
    #   @return [Hash{String => PathItem, Reference}, nil]
    openapi_attr_hash_body_objects 'path', PathItem, reference: false, allow_data_type: false
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openapi_parser-0.9.0 lib/openapi_parser/schemas/paths.rb
openapi_parser-0.8.0 lib/openapi_parser/schemas/paths.rb
openapi_parser-0.7.0 lib/openapi_parser/schemas/paths.rb
openapi_parser-0.6.1 lib/openapi_parser/schemas/paths.rb
openapi_parser-0.6.0 lib/openapi_parser/schemas/paths.rb
openapi_parser-0.5.0 lib/openapi_parser/schemas/paths.rb