diff --git a/openapi.yml b/openapi.yml index b24fbc8..0edd40f 100644 --- a/openapi.yml +++ b/openapi.yml @@ -12758,8 +12758,6 @@ components: properties: code: type: string - enum: - - ValidationError example: ValidationError message: type: string @@ -12801,8 +12799,6 @@ components: properties: code: type: string - enum: - - ValidationError example: ValidationError message: type: string @@ -14463,8 +14459,6 @@ components: properties: code: type: string - enum: - - ValidationError example: ValidationError message: type: string diff --git a/specs/schemas/funding-sources/CreateCustomerFundingSource.yml b/specs/schemas/funding-sources/CreateCustomerFundingSource.yml index 0f99b6f..c6c4217 100644 --- a/specs/schemas/funding-sources/CreateCustomerFundingSource.yml +++ b/specs/schemas/funding-sources/CreateCustomerFundingSource.yml @@ -297,8 +297,6 @@ UnsupportedCardCountryError: properties: code: type: string - enum: - - ValidationError example: ValidationError message: type: string @@ -340,8 +338,6 @@ InvalidCardTokenError: properties: code: type: string - enum: - - ValidationError example: ValidationError message: type: string diff --git a/specs/schemas/transfers/CreateTransfer.yml b/specs/schemas/transfers/CreateTransfer.yml index 01a0538..3dfafa6 100644 --- a/specs/schemas/transfers/CreateTransfer.yml +++ b/specs/schemas/transfers/CreateTransfer.yml @@ -473,8 +473,6 @@ CardSourceNotAllowedError: properties: code: type: string - enum: - - ValidationError example: ValidationError message: type: string