/AWS1/CL_BDAAPISCHEMA¶
Contains details about the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas. You can either include the schema directly in the payload
field or you can upload it to an S3 bucket and specify the S3 bucket location in the s3
field.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IO_S3
TYPE REF TO /AWS1/CL_BDAS3IDENTIFIER
/AWS1/CL_BDAS3IDENTIFIER
¶
Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
IV_PAYLOAD
TYPE /AWS1/BDAPAYLOAD
/AWS1/BDAPAYLOAD
¶
The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
Queryable Attributes¶
s3¶
Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3() |
Getter for S3 |
payload¶
The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PAYLOAD() |
Getter for PAYLOAD, with configurable default |
ASK_PAYLOAD() |
Getter for PAYLOAD w/ exceptions if field has no value |
HAS_PAYLOAD() |
Determine if PAYLOAD has a value |