Qore Swagger Module Reference
2.0.6
|
Base class for the Swagger specification objects, wrapping the vendor extensions. More...
Public Member Methods | |
constructor () | |
Constructor. | |
constructor (hash< auto > oh) | |
Constructor. More... | |
constructor (ObjectBase other) | |
copy constructor | |
initialize (hash< auto > oh) | |
Initialize. More... | |
Public Attributes | |
hash< auto > | vendorExtensions |
Allows extensions to the Swagger Schema. More... | |
Base class for the Swagger specification objects, wrapping the vendor extensions.
Swagger::ObjectBase::constructor | ( | hash< auto > | oh | ) |
Constructor.
oh | deserialized hash from the source schema description describing the object |
Swagger::ObjectBase::initialize | ( | hash< auto > | oh | ) |
Initialize.
oh | deserialized hash from the source schema description |
hash<auto> 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.