struct OpenAPI::Components

Included Modules

Defined in:

open_api/components.cr

Constructors

Instance Method Summary

Constructor methods inherited from module OpenAPI::Object

new(*, __mass_assignable_attributes args : T) forall T new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

def self.new(**args) #

[View source]

Instance Method Detail

def callbacks : Hash(String, Hash(String, PathItem) | Reference) #

def examples : Hash(String, Example | Reference) #

def headers : Hash(String, Header | Reference) #

def links : Hash(String, Link | Reference) #

def parameters : Hash(String, Parameter | Reference) #

def request_bodies : Hash(String, RequestBody | Reference) #

def responses : Hash(String, Response | Reference) #

def schemas : Hash(String, Schema | Reference) #

def security_schemes : Hash(String, SecurityScheme | Reference) #