Allows referencing an external resource for extended documentation.
More...
#include <Swagger.qm.dox.h>
|
*string | desc |
| A short description of the target documentation. GFM syntax can be used for rich text representation.
|
|
string | url |
| Required. The URL for the target documentation. Value MUST be in the format of a URL.
|
|
hash< auto > | vendorExtensions |
| Allows extensions to the Swagger Schema.
|
|
Allows referencing an external resource for extended documentation.
◆ constructor()
Swagger::ExternalDocumentationObject::constructor |
( |
hash< auto > |
oh | ) |
|
Constructor.
- Parameters
-
oh | deserialized hash from the source schema description providing a reference to external documentation |
- Exceptions
-
INVALID-FIELD-TYPE | field has invalid type |
REQUIRED-FIELD-MISSING | required field is missing |