From 9d7758d392cb519d67b4aee3058f71d321f6a243 Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Tue, 7 Jun 2022 15:54:47 +0200 Subject: [PATCH] fix: Object as JSON objects in contact assignment --- .../swagger-v3.1.11-contact-assignment-object.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patchs/swagger-v3.1.11-contact-assignment-object.patch diff --git a/patchs/swagger-v3.1.11-contact-assignment-object.patch b/patchs/swagger-v3.1.11-contact-assignment-object.patch new file mode 100644 index 00000000..88004a6b --- /dev/null +++ b/patchs/swagger-v3.1.11-contact-assignment-object.patch @@ -0,0 +1,13 @@ +--- swagger-v3.1.11.json.ori 2022-06-07 14:55:05.782132706 +0200 ++++ swagger-v3.1.11.json 2022-06-07 15:24:10.437164329 +0200 +@@ -1772,10 +1772,6 @@ + "type" : "string" + }, + "object" : { +- "additionalProperties" : { +- "type" : "string", +- "x-nullable" : true +- }, + "readOnly" : true, + "title" : "Object", + "type" : "object"