Skip to content

Instantly share code, notes, and snippets.

@mbj
Last active May 21, 2019 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbj/2eacaf170446fb8d48adaca904c3f877 to your computer and use it in GitHub Desktop.
Save mbj/2eacaf170446fb8d48adaca904c3f877 to your computer and use it in GitHub Desktop.
Stripe OpenAPI validator errors
Exception in thread "main" org.openapitools.codegen.SpecValidationException: There were issues with the specification. The option can be disabled via validateSpec (Maven/Gradle) or --skip-validate-spec (CLI).
| Error count: 492, Warning count: 0
Errors:
-attribute paths.'/v1/orders'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/reporting/report_types'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/application_fees/{id}/refunds'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/customer_balance_transactions/{transaction}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/tokens'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/capabilities/{capability}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/dispute/close'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/disputes/{dispute}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/topups/{topup}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/balance'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/skus/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/people/{person}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payouts/{payout}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/external_accounts/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/file_links'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/dispute'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoiceitems/{invoiceitem}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts/{id}/verify'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/recipients/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/transactions/{transaction}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/subscriptions'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_list_items/{item}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscriptions/{subscription_exposed_id}/discount'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_methods'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoiceitems/{invoiceitem}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/verifications'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/charges'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/plans'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/disputes/{dispute}/close'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/persons/{person}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/discount'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/logout'(put).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/sources/{source}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/3d_secure'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cardholders'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/application_fees/{fee}/refunds/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account_links'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/transactions/{transaction}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/terminal/connection_tokens'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscriptions/{subscription_exposed_id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/refunds/{refund}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/recipients/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payouts/{payout}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/radar/value_list_items'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}/subscriptions/{subscription_exposed_id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/skus/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/bitcoin/transactions'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/people'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscriptions/{subscription_exposed_id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/credit_notes/{id}/void'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers/{transfer}/reversals/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/locations'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/coupons'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/apple_pay/domains/{domain}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/persons/{person}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/charges/{charge}/dispute'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/people'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/external_accounts'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cards/{card}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/topups/{topup}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/external_accounts'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/persons'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers/{id}/reversals'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/people/{person}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/external_accounts'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/orders'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/file_links'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/external_accounts'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/tax_rates'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/tax_ids/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/sources/{source}/verify'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/skus/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/products/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/application_fees/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/coupons/{coupon}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/persons/{person}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/file_links'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/external_accounts'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/refunds'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/external_accounts/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/events'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/files'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/login_links'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/bank_accounts/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/people'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/ephemeral_keys'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/orders/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/bitcoin/receivers'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/cards/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/radar/value_lists/{value_list}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/skus/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/persons/{person}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_list_items'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/persons'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/charges/{charge}/refunds/{refund}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/discount'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscription_items/{subscription_item}/usage_records'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/locations'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/external_accounts/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_items/{subscription_item}/usage_records'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payment_intents'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/sources/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payment_intents/{intent}/cancel'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/capture'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/readers'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/coupons/{coupon}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/plans/{plan}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/terminal/readers/{reader}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoiceitems'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuing/cardholders/{cardholder}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payment_intents'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/bank_accounts'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/coupons/{coupon}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/checkout/sessions'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/products/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/sources'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/credit_notes'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/capture'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoiceitems/{invoiceitem}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscriptions'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/refunds/{refund}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/webhook_endpoints/{webhook_endpoint}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/plans/{plan}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/authorizations'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account_links'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/orders/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/credit_notes'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/application_fees/{id}/refunds'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/reject'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}/subscriptions'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/verifications'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuing/cards/{card}/pin'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuing/cardholders'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules/{schedule}/release'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/apple_pay/domains/{domain}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents/{intent}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuing/authorizations/{authorization}/approve'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/capabilities'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoiceitems'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules/{schedule}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}/customer_balance_transactions/{transaction}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/bank_accounts'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/external_accounts'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules/{schedule}/revisions'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/login_links'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/sources'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/bank_accounts/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/file_links/{link}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/credit_notes/{id}/void'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/plans'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuing/cards'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/charges/{charge}/refunds'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/settlements/{settlement}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules/{schedule}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/customer_balance_transactions/{transaction}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/subscriptions/{subscription_exposed_id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}/mark_uncollectible'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/files/{file}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/application_fees'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_lists'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/settlements/{settlement}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscriptions/{subscription_exposed_id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/sources/{source}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_methods/{payment_method}/detach'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoices/{invoice}/lines'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payouts/{payout}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cards/{card}/details'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers/{transfer}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/coupons'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/customer_balance_transactions'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/events/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/ephemeral_keys/{key}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/cards'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents/{intent}/cancel'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/bank_accounts'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/customer_balance_transactions'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules/{schedule}/cancel'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/persons'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuer_fraud_records/{issuer_fraud_record}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/disputes'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/sources'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/bitcoin/receivers/{receiver}/transactions'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/sources/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/application_fees/{id}/refund'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/recipients/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}/pay'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules/{schedule}/revisions/{revision}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/cards/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/3d_secure/{three_d_secure}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/apple_pay/domains'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cardholders/{cardholder}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}/send'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscription_items'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuer_fraud_records'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_list_items'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_methods/{payment_method}/attach'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/terminal/locations/{location}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/tax_ids'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}/subscriptions/{subscription_exposed_id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}/void'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}/sources/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/order_returns/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents/{intent}/confirm'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscriptions'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_lists/{value_list}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/ephemeral_keys'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/tax_rates'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/reporting/report_types/{report_type}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cards/{card}/pin'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers/{id}/reversals'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/coupons'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/login_links'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/orders'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/capabilities/{capability}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuing/cards'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/dispute'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/webhook_endpoints/{webhook_endpoint}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/terminal/connection_tokens'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/country_specs/{country}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/tokens'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoices/{invoice}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/locations'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/sources/{source}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/external_accounts/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/authorizations/{authorization}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_items'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/products'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/persons/{person}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/settlements'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers/{transfer}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/events/{id}/retry'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/terminal/readers/{reader}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/capabilities/{capability}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/logout'(put).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/disputes/{dispute}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents/{intent}/capture'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoices/{invoice}/pay'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuing/cardholders'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoices/{invoice}/mark_uncollectible'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/recipients/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/tax_rates/{tax_rate}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscription_schedules/{schedule}/release'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoices/upcoming/lines'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/bank_accounts/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/exchange_rates'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/upcoming'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_items/{item}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/refunds'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payment_methods/{payment_method}/attach'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_items/{subscription_item}/usage_record_summaries'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/checkout/sessions'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscription_items/{item}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/topups'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/bank_accounts/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/sources/{id}/verify'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/files'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_methods'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/sources'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/topups/{topup}/cancel'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payouts'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/capabilities'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_items'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/capabilities/{capability}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/disputes/{dispute}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/recipients'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/authorizations/{authorization}/approve'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/external_accounts/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/files'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents/{intent}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/skus'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/persons/{person}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/capabilities/{capability}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/sources'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/apple_pay/domains'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscription_schedules/{schedule}/cancel'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/refunds/{refund}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/products/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/authorizations/{authorization}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_lists/{value_list}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}/subscriptions'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/people'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscriptions/{subscription_exposed_id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/webhook_endpoints'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/products/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/refunds/{refund}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payouts'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/persons/{person}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/sources/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/bank_accounts'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoices/{invoice}/void'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_methods/{payment_method}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/refund'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/plans/{plan}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_lists/{value_list}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/refunds/{refund}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/subscriptions/{subscription_exposed_id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/disputes'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/tax_rates/{tax_rate}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_lists'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payouts/{payout}/cancel'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/people/{person}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/topups'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/charges'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/readers/{reader}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/persons'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/people'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/orders/{id}/returns'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}/finalize'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/plans/{plan}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/topups'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/login_links'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/products'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/bank_accounts/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/reviews'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/persons'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/reviews/{review}/approve'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/external_accounts/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/sources/{id}/verify'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/sigma/scheduled_query_runs'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents/{intent}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/orders/{id}/pay'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/tax_ids'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_methods/{payment_method}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/reviews/{review}/approve'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/coupons/{coupon}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/people/{person}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/order_returns'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cards/{card}/pin'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/locations/{location}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts/{id}/verify'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/sources/{source}/source_transactions'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/balance/history'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/recipients'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/webhook_endpoints'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/application_fees/{fee}/refunds/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscription_items/{item}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/authorizations/{authorization}/decline'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/file_links/{link}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/orders/{id}/returns'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/issuing/transactions/{transaction}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/logout'(put).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/external_accounts/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/charges/{charge}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/tokens/{token}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/refunds'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/topups/{topup}/cancel'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/bitcoin/receivers/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/locations/{location}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/plans'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/sources/{source}/verify'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payouts'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/disputes'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}/send'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/settlements/{settlement}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_methods/{payment_method}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/bank_accounts/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/application_fees/{fee}/refunds/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/country_specs'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/authorizations/{authorization}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/transfers/{transfer}/reversals/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/refunds'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/reporting/report_runs'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/credit_notes/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/file_links/{link}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/balance/history/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/transactions'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/webhook_endpoints/{webhook_endpoint}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/skus'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cards/{card}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/charges/{charge}/dispute/close'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cards/{card}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_items/{item}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/invoiceitems/{invoiceitem}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}/customer_balance_transactions'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/orders/{id}/pay'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/bank_accounts/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/credit_notes/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/application_fees/{id}/refund'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/skus'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payment_intents_with_legacy_charges'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoiceitems'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/events/{id}/retry'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/cards/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/apple_pay/domains'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/authorizations/{authorization}/decline'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/readers'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers/{transfer}/reversals/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/people/{person}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/sigma/scheduled_query_runs/{scheduled_query_run}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/credit_notes/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/logout'(put).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/tax_rates/{tax_rate}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/bank_accounts/{id}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/exchange_rates/{currency}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/radar/value_lists'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/payment_methods'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules/{schedule}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/webhook_endpoints/{webhook_endpoint}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/people/{person}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/persons/{person}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/application_fees/{id}/refunds'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/3d_secure'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/refund'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/webhook_endpoints'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/reviews/{review}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/readers/{reader}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/bank_accounts/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/disputes'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account/people/{person}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/cards'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/reporting/report_runs'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/disputes/{dispute}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/checkout/sessions/{session}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents/{intent}/confirm'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/customers/{customer}/cards/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/external_accounts/{id}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/tax_ids'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_intents/{intent}/capture'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers/{transfer}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/people'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/orders/{id}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/locations/{location}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/account'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/reporting/report_runs'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/disputes/{dispute}/close'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/cards'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/radar/value_list_items/{item}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/subscription_schedules'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/disputes/{dispute}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/reporting/report_runs/{report_run}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/terminal/readers'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/transfers/{id}/reversals'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/subscriptions'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/charges/{charge}/refunds'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/products'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/capabilities/{capability}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/invoices/{invoice}/finalize'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cards'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/customers/{customer}/tax_ids/{id}'(delete).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/disputes/{dispute}'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/sources/{source}/mandate_notifications/{mandate_notification}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/tax_rates'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/sources/{source}/source_transactions/{source_transaction}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/topups/{topup}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/account/people/{person}'(get).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/issuing/cardholders/{cardholder}'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/credit_notes'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payment_methods/{payment_method}/detach'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/payouts/{payout}/cancel'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/recipients'(post).requestBody.content.encoding.contentType is missing
-attribute paths.'/v1/accounts/{account}/persons'(post).requestBody.content.schema.additionalProperties is not of type `object`
-attribute paths.'/v1/accounts/{account}/reject'(post).requestBody.content.schema.additionalProperties is not of type `object`
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:606)
at org.openapitools.codegen.cmd.Generate.run(Generate.java:395)
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:60)
wget https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json
java -jar openapi-generator-cli-4.0.0.jar generate -i spec3.json -g haskell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment