From 55133bcc80881c2301588f44cbd33e88cd39ddc6 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Wed, 6 Mar 2024 14:33:24 +0100 Subject: [PATCH] spec release --- json/DataProtectionService-v1.json | 3 +++ yaml/DataProtectionService-v1.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/json/DataProtectionService-v1.json b/json/DataProtectionService-v1.json index e45e945..c415f31 100644 --- a/json/DataProtectionService-v1.json +++ b/json/DataProtectionService-v1.json @@ -119,6 +119,7 @@ "components" : { "schemas" : { "ServiceError" : { + "additionalProperties" : false, "properties" : { "errorCode" : { "description" : "The error code mapped to the error message.", @@ -145,6 +146,7 @@ "type" : "object" }, "SubjectErasureByPspReferenceRequest" : { + "additionalProperties" : false, "properties" : { "forceErasure" : { "description" : "Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.", @@ -162,6 +164,7 @@ "type" : "object" }, "SubjectErasureResponse" : { + "additionalProperties" : false, "properties" : { "result" : { "description" : "The result of this operation.", diff --git a/yaml/DataProtectionService-v1.yaml b/yaml/DataProtectionService-v1.yaml index 8f6d00d..f68d124 100644 --- a/yaml/DataProtectionService-v1.yaml +++ b/yaml/DataProtectionService-v1.yaml @@ -113,6 +113,7 @@ paths: components: schemas: ServiceError: + additionalProperties: false properties: errorCode: description: The error code mapped to the error message. @@ -132,6 +133,7 @@ components: type: integer type: object SubjectErasureByPspReferenceRequest: + additionalProperties: false properties: forceErasure: description: Set this to **true** if you want to delete shopper-related @@ -148,6 +150,7 @@ components: type: string type: object SubjectErasureResponse: + additionalProperties: false properties: result: description: The result of this operation.