Skip to content

Commit

Permalink
fix: Object as JSON objects in contact assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Jun 7, 2022
1 parent e949695 commit 9d7758d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patchs/swagger-v3.1.11-contact-assignment-object.patch
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9d7758d

Please sign in to comment.