Values.APISchemaSourceContains 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.
type nonrec t = {s3 : S3Identifier.t option;Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
*)payload : Payload.t option;The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Payload.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]