▼CAbstractParameterObject | Describes a single operation parameter |
CBodyParameter | AbstractParameterObject specialization for "body" parameters |
COtherParameter | AbstractParameterObject specialization for parameters other than "body" |
CExternalDocumentationObject | Allows referencing an external resource for extended documentation |
CHeaderObject | Describes a single HTTP header |
▼CSwagger::ObjectBase | Base class for the Swagger specification objects, wrapping the vendor extensions |
CSwagger::ContactObject | Contact information for the exposed API |
CSwagger::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 |
CSwagger::LicenseObject | License information for the exposed API |
CSwagger::OperationObject | Describes a single API operation on a path |
CSwagger::PathItemObject | Describes the operations available on a single path |
CSwagger::PathsObject | This class stores the path tree for URI path matching |
CSwagger::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 |
CSwagger::PathComponent | Holds the relative paths to the individual endpoints |
CResponseObject | Describes a single response from an API Operation |
CResponsesObject | Possible responses for an operation |
CSwagger::SchemaBase | Base used by OtherParameter, HeaderObject and SchemaObject |
▼CSchemaObject | Defines an object in a schema |
CParameterItemsSchemaObject | Items schema object for non-body parameters |
CScopesObject | Lists the available scopes for an OAuth2 security scheme |
CSecuritySchemeObject | Allows the definition of a security scheme that can be used by the operations |
CSwagger::SwaggerLoader | Used for loading the Swagger definitions |
CTagObject | 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 |
CXmlObject | A metadata object that allows for more fine-tuned XML model definitions |