struct OpenAPI::Document

Included Modules

Defined in:

open_api/document.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 components : Components #

def external_docs : ExternalDocumentation | Nil #

def info : Info #

def openapi : String #

def paths : Hash(String, PathItem) #

def security : Array(Hash(String, Array(String))) | Nil #

def servers : Array(Server) | Nil #

def tags : Array(Tag) | Nil #