APISchema¶
Union Type¶
APISchema
module-attribute
¶
APISchema = Union[APISchemaPayload | APISchemaS3 | APISchemaUnknown]
Contains details about the OpenAPI schema for a custom plugin. For more
information, see custom plugin 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.