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