module OpenAPI::Object

Direct including types

Defined in:

open_api/object.cr

Constant Summary

OBJECT_TYPES = [OpenAPI::Reference, OpenAPI::Schema, OpenAPI::Example, OpenAPI::Header, OpenAPI::Encoding, OpenAPI::MediaType, OpenAPI::Response, OpenAPI::Parameter, OpenAPI::RequestBody, OpenAPI::ServerVariable, OpenAPI::Server, OpenAPI::Link, OpenAPI::ExternalDocumentation, OpenAPI::Operation, OpenAPI::PathItem, OpenAPI::OAuthFlow, OpenAPI::OAuthFlows, OpenAPI::SecurityScheme, OpenAPI::Components, OpenAPI::Contact, OpenAPI::License, OpenAPI::Info, OpenAPI::Tag, OpenAPI::Document] of Object.class

Constructors

Macro Summary

Constructor Detail

def self.new(*, __mass_assignable_attributes args : T) forall T #

[View source]

Macro Detail

macro field(type_declaration) #

[View source]