![]() |
Qore Swagger Module Reference 2.4
|
main namespace for all public Swagger declarations More...
Classes | |
| class | AbstractSwaggerParameterObject |
| Describes a single operation parameter. More... | |
| class | BodyParameter |
AbstractSwaggerParameterObject specialization for "body" parameters. More... | |
| class | ContactObject |
| Contact information for the exposed API. More... | |
| class | ExternalDocumentationObject |
| Allows referencing an external resource for extended documentation. More... | |
| class | FormDataParameter |
| AbstractSwaggerParameterObject specialization for formData parameters More... | |
| class | HeaderObject |
| describes a single HTTP header More... | |
| class | InfoObject |
| The object provides metadata about the API. The metadata can be used by the clients if needed, and can be presented in the Swagger-UI for convenience. More... | |
| class | LicenseObject |
| License information for the exposed API. More... | |
| class | ObjectBase |
| Base class for the Swagger specification objects, wrapping the vendor extensions. More... | |
| class | OperationObject |
| Describes a single API operation on a path. More... | |
| class | OtherParameter |
AbstractSwaggerParameterObject specialization for parameters other than "body" and "formData" More... | |
| class | ParameterGroup |
| Common class for objects that have parameters. More... | |
| class | ParameterItemsSchemaObject |
| items schema object for non-body parameters More... | |
| class | PathComponent |
| Holds the relative paths to the individual endpoints. More... | |
| class | PathItemObject |
| Describes the operations available on a single path. More... | |
| class | PathsObject |
| This class stores the path tree for URI path matching. More... | |
| class | ResponseObject |
| Describes a single response from an API Operation. More... | |
| class | ResponsesObject |
| contains the possible responses for an operation More... | |
| class | SchemaBase |
| Base used by OtherParameter, HeaderObject and SchemaObject. More... | |
| class | SchemaObject |
| defines an object in a schema More... | |
| class | ScopesObject |
| Lists the available scopes for an OAuth2 security scheme. More... | |
| class | SecuritySchemeObject |
| Allows the definition of a security scheme that can be used by the operations. More... | |
| class | SwaggerLoader |
| Used for loading the Swagger definitions. More... | |
| class | SwaggerSchema |
| This is the root document object for the API specification. It combines what previously was the Resource Listing and API Declaration (version 1.2 and earlier) together into one document. More... | |
| class | TagObject |
| Allows adding metadata to a single tag that is used by the OperationObject. It is not mandatory to have a TagObject per tag used there. More... | |
| class | TypedParameter |
AbstractSwaggerParameterObject specialization for parameters other than "body" More... | |
| class | XmlObject |
| A metadata object that allows for more fine-tuned XML model definitions. More... | |
main namespace for all public Swagger declarations