This document contains all OpenAPI extensions used in the Rebilly API definitions.
-
x-basicis a boolean that specifies if the field appears by default in data tables and data exports. -
x-multilineThis flag is currently used in the configuration schemas for payment gateways (openapi/components/schemas/GatewayAccountConfig). The main use case is for gateways that require OpenSSL keys in their configuration.
| Field name | Type | Description |
|---|---|---|
x-multiline |
boolean | Flag indicating whether a field expects multiline input |
-
x-productThis property declares operations that must be included into the specific API definition bundle. For more information, see Products bundler. -
x-is-free-formThis flag is used for PHP SDK auto-generation. It indicates that the schema should not be generated as a model.