@@ -152,7 +152,7 @@ Project metadata example:
152152 {
153153 " name" : " Example Project test" ,
154154 " description" : " test vector" ,
155- " creator_id" : " hovnatan @superannotate.com" ,
155+ " creator_id" : " admin @superannotate.com" ,
156156 " updatedAt" : " 2020-08-31T05:43:43.118Z" ,
157157 " createdAt" : " 2020-08-31T05:43:43.118Z"
158158 " type" : " Vector" ,
@@ -174,8 +174,8 @@ Export metadata example:
174174.. code-block :: python
175175
176176 {
177- " name" : " Aug 17 2020 15:44 Hovnatan .zip" ,
178- " user_id" : " hovnatan @gmail.com" ,
177+ " name" : " Aug 17 2020 15:44 First Name .zip" ,
178+ " user_id" : " user @gmail.com" ,
179179 " status" : 2 ,
180180 " createdAt" : " 2020-08-17T11:44:26.000Z" ,
181181 " ..." : " ..."
@@ -184,6 +184,7 @@ Export metadata example:
184184
185185----------
186186
187+
187188Integration metadata
188189_______________
189190
@@ -200,6 +201,7 @@ Integration metadata example:
200201
201202----------
202203
204+
203205Item metadata
204206_______________
205207
@@ -217,11 +219,11 @@ Item metadata example:
217219 " entropy_value" : None ,
218220 " createdAt" : " 2022-02-15T20:46:44.000Z" ,
219221 " updatedAt" : " 2022-02-15T20:46:44.000Z"
220- }
221-
222+ }
222223
223224----------
224225
226+
225227Image metadata
226228_______________
227229
@@ -304,10 +306,10 @@ Team contributor metadata example:
304306.. code-block :: python
305307
306308 {
307- " id" : " hovnatan @superannotate.com" ,
308- " first_name" : " Hovnatan " ,
309- " last_name" : " Karapetyan " ,
310- " email" : " hovnatan @superannotate.com" ,
309+ " id" : " admin @superannotate.com" ,
310+ " first_name" : " First Name " ,
311+ " last_name" : " Last Name " ,
312+ " email" : " admin @superannotate.com" ,
311313 " user_role" : 6
312314 " ..." : " ..." ,
313315 }
0 commit comments