# Functions

No description provided by the author

# Constants

AllOf defines that the result object combines all listed objects/properties.
AnyOf defines that the result object can contain any set of sub-schemes.
Array type may contain a single nested field with a type to define the full array type.
No description provided by the author
No description provided by the author
No description provided by the author
Map i.e.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Not represents a type that can't be used.
No description provided by the author
No description provided by the author
Object represents the object and contains a set of fields inside.
OneOf is one of the different types (C union) (from nested fields).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ApiMethod represents particular API method to call.
ApiSpecDoc represents full API Specification document with all required data to view and execute requests Propose to not store something like components at the initial stage - leave it as update to simplify logic So each ApiMethod need to keep all schema (some duplication, but we could update it faster with extending of the model).
ExternalDoc may be available for the Open API And contain link to description of request method Maybe useful also for debugging - to find failed API description rapidly.
Group represents some grouping rule Tags for the open API Services for the gRPC.
MediaTypeObject represents schema for the different media types i.e.
Parameter is abstraction of additional data to request It is headers for the REST API and metadata for the gRPC.
RequestBody is a representation of request body.
Schema represents type or structure of request/response/metadataAlso type, properties and description of the specific Schema fieldThis is not the same as swagger schema! General purpose of the Schema is to provide description for the UI how togenerate sample method body for example.
Server represents server description To use in the address line of view https://swagger.io/specification/#server-object.

# Type aliases

MethodType define type of action of the method.
ParameterType represents to what part of request parameter relates.
SchemaType is the type of field.
Type represents type of parsed API.