File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 751
751
"type" : " string" ,
752
752
"example" : " 1234567890"
753
753
},
754
+ "attributes" : {
755
+ "type" : " array" ,
756
+ "items" : {
757
+ "type" : " object"
758
+ }
759
+ },
754
760
"createdAt" : {
755
761
"type" : " string" ,
756
762
"format" : " date-time" ,
794
800
"$ref" : " #/components/schemas/entity_email"
795
801
}
796
802
},
803
+ "attributes" : {
804
+ "type" : " array" ,
805
+ "items" : {
806
+ "type" : " object"
807
+ }
808
+ },
797
809
"checkIn" : {
798
810
"type" : " array" ,
799
811
"items" : {
856
868
"$ref" : " #/components/schemas/ContactItem_email"
857
869
}
858
870
},
871
+ "attributes" : {
872
+ "type" : " array" ,
873
+ "items" : {
874
+ "type" : " object"
875
+ }
876
+ },
859
877
"createdAt" : {
860
878
"type" : " string" ,
861
879
"format" : " date-time" ,
925
943
"phone" : {
926
944
"type" : " string" ,
927
945
"example" : " 1234567890"
946
+ },
947
+ "attributes" : {
948
+ "type" : " array" ,
949
+ "items" : {
950
+ "type" : " object"
951
+ }
928
952
}
929
953
}
930
954
},
1073
1097
"$ref" : " #/components/schemas/entity_email"
1074
1098
}
1075
1099
},
1100
+ "attributes" : {
1101
+ "type" : " array" ,
1102
+ "items" : {
1103
+ "type" : " object"
1104
+ }
1105
+ },
1076
1106
"checkIn" : {
1077
1107
"type" : " array" ,
1078
1108
"items" : {
1143
1173
"$ref" : " #/components/schemas/entity_email"
1144
1174
}
1145
1175
},
1176
+ "attributes" : {
1177
+ "type" : " array" ,
1178
+ "items" : {
1179
+ "type" : " object"
1180
+ }
1181
+ },
1146
1182
"checkIn" : {
1147
1183
"type" : " array" ,
1148
1184
"items" : {
You can’t perform that action at this time.
0 commit comments