OpenAPI 3.0 schemas supported by the Gradle plug-in
Understand the OpenAPI 3.0 schemas that are supported by the API requester Gradle plug-in for IBM z/OS Connect.
zosConnect-3.0 Applies to zosConnect-3.0.
Started task Applies to z/OS Connect Servers run by using a z/OS started task procedure.
The following table shows the combinations of data type and data format that the z/OS Connect
API requester
Gradle plug-in supports for OpenAPI 3.0 definitions.
| Data type | Data format |
|---|---|
integer |
int32 |
integer |
int64 Note 1 |
number |
float |
number |
double Note 1 |
number |
decimal Note 2 |
string |
All string formats Note 3 |
boolean |
In the OpenAPI specification, the format field does not apply to properties
of type boolean. |
Note:
- Default format.
- Schema extension for Packed Decimals.
- All string formats are supported, including date, date-time, byte, binary, email, hostname, and uuid. The format does not affect how the string is transformed between JSON and a COBOL or PL/I language structure, so is ignored.