java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.APISchema
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<APISchema.Builder,APISchema>

@Generated("software.amazon.awssdk:codegen") public final class APISchema extends Object implements SdkPojo, Serializable, ToCopyableBuilder<APISchema.Builder,APISchema>

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.

See Also: