Sha256: 091a2f3b5f38298473477c7323bc93e5d77673e2b3ec356f3f58b1c840b7e791
Contents?: true
Size: 247 Bytes
Versions: 21
Compression:
Stored size: 247 Bytes
Contents
module OpenAPIParser::Schemas class Paths < Base # @!attribute [r] path # @return [Hash{String => PathItem, Reference}, nil] openapi_attr_hash_body_objects 'path', PathItem, allow_reference: false, allow_data_type: false end end
Version data entries
21 entries across 21 versions & 1 rubygems