Skip to content

Commit 71f33dd

Browse files
committed
updating swagger
1 parent d2e31cd commit 71f33dd

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

swagger.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,12 @@
751751
"type" : "string",
752752
"example" : "1234567890"
753753
},
754+
"attributes" : {
755+
"type" : "array",
756+
"items" : {
757+
"type" : "object"
758+
}
759+
},
754760
"createdAt" : {
755761
"type" : "string",
756762
"format" : "date-time",
@@ -794,6 +800,12 @@
794800
"$ref" : "#/components/schemas/entity_email"
795801
}
796802
},
803+
"attributes" : {
804+
"type" : "array",
805+
"items" : {
806+
"type" : "object"
807+
}
808+
},
797809
"checkIn" : {
798810
"type" : "array",
799811
"items" : {
@@ -856,6 +868,12 @@
856868
"$ref" : "#/components/schemas/ContactItem_email"
857869
}
858870
},
871+
"attributes" : {
872+
"type" : "array",
873+
"items" : {
874+
"type" : "object"
875+
}
876+
},
859877
"createdAt" : {
860878
"type" : "string",
861879
"format" : "date-time",
@@ -925,6 +943,12 @@
925943
"phone" : {
926944
"type" : "string",
927945
"example" : "1234567890"
946+
},
947+
"attributes" : {
948+
"type" : "array",
949+
"items" : {
950+
"type" : "object"
951+
}
928952
}
929953
}
930954
},
@@ -1073,6 +1097,12 @@
10731097
"$ref" : "#/components/schemas/entity_email"
10741098
}
10751099
},
1100+
"attributes" : {
1101+
"type" : "array",
1102+
"items" : {
1103+
"type" : "object"
1104+
}
1105+
},
10761106
"checkIn" : {
10771107
"type" : "array",
10781108
"items" : {
@@ -1143,6 +1173,12 @@
11431173
"$ref" : "#/components/schemas/entity_email"
11441174
}
11451175
},
1176+
"attributes" : {
1177+
"type" : "array",
1178+
"items" : {
1179+
"type" : "object"
1180+
}
1181+
},
11461182
"checkIn" : {
11471183
"type" : "array",
11481184
"items" : {

0 commit comments

Comments
 (0)