File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 106106 " fileFormat" ,
107107 " fileId" ,
108108 " isAnonymous" ,
109+ " isMaxSubmissionsReached" ,
109110 " lastUpdated" ,
110111 " submitMultiple" ,
111112 " allowEditSubmissions" ,
116117 " state" ,
117118 " lockedBy" ,
118119 " lockedUntil" ,
120+ " maxSubmissions" ,
119121 " shares" ,
120122 " submissionMessage"
121123 ],
163165 "isAnonymous" : {
164166 "type" : " boolean"
165167 },
168+ "isMaxSubmissionsReached" : {
169+ "type" : " boolean"
170+ },
166171 "lastUpdated" : {
167172 "type" : " integer" ,
168173 "format" : " int64"
209214 "format" : " int64" ,
210215 "nullable" : true
211216 },
217+ "maxSubmissions" : {
218+ "type" : " integer" ,
219+ "format" : " int64" ,
220+ "nullable" : true
221+ },
212222 "shares" : {
213223 "type" : " array" ,
214224 "items" : {
307317 " partial" ,
308318 " state" ,
309319 " lockedBy" ,
310- " lockedUntil"
320+ " lockedUntil" ,
321+ " maxSubmissions"
311322 ],
312323 "properties" : {
313324 "id" : {
348359 "type" : " integer" ,
349360 "format" : " int64" ,
350361 "nullable" : true
362+ },
363+ "maxSubmissions" : {
364+ "type" : " integer" ,
365+ "format" : " int64" ,
366+ "nullable" : true
351367 }
352368 }
353369 },
You can’t perform that action at this time.
0 commit comments