|
Qore Swagger Module Reference
1.0.1
|
Base class for the Swagger specification objects, wrapping the vendor extensions. More...

Public Member Functions | |
| constructor () | |
| Constructor. | |
| constructor (hash oh) | |
| Constructor. More... | |
| constructor (ObjectBase other) | |
| copy constructor | |
| initialize (hash oh) | |
| Initialize. More... | |
Public Attributes | |
| hash | vendorExtensions |
| Allows extensions to the Swagger Schema. More... | |
Base class for the Swagger specification objects, wrapping the vendor extensions.
| Swagger::ObjectBase::constructor | ( | hash | oh | ) |
Constructor.
| oh | deserialized hash from the source schema description describing the object |
| Swagger::ObjectBase::initialize | ( | hash | oh | ) |
Initialize.
| oh | deserialized hash from the source schema description |
| hash Swagger::ObjectBase::vendorExtensions |
Allows extensions to the Swagger Schema.
The field name MUST begin with x-, for example, x-internal-id. The value can be null, a primitive, an array or an object.