4343 "type" : " string"
4444 }
4545 },
46- "required" : [
47- " identifier" ,
48- " schema" ,
49- " uiSchema" ,
50- " options"
51- ],
46+ "required" : [" identifier" , " schema" , " uiSchema" , " options" ],
5247 "additionalProperties" : false
5348 },
5449 "Record<string,unknown>" : {
8378 "$ref" : " #/components/schemas/Record<string,unknown>"
8479 }
8580 },
86- "required" : [
87- " format"
88- ],
81+ "required" : [" format" ],
8982 "additionalProperties" : false
9083 },
9184 "CredentialDesignBrandingInput" : {
138131 "type" : " number"
139132 }
140133 },
141- "required" : [
142- " height" ,
143- " width"
144- ]
134+ "required" : [" height" , " width" ]
145135 },
146136 "CredentialDesign" : {
147137 "type" : " object" ,
171161 "$ref" : " #/components/schemas/CredentialDesignBranding"
172162 }
173163 },
174- "required" : [
175- " id" ,
176- " identifier" ,
177- " metadataKeys" ,
178- " schemaDefinitions"
179- ],
164+ "required" : [" id" , " identifier" , " metadataKeys" , " schemaDefinitions" ],
180165 "additionalProperties" : false
181166 },
182167 "MetadataKey" : {
198183 }
199184 }
200185 },
201- "required" : [
202- " id" ,
203- " key" ,
204- " valueType" ,
205- " metadataValues"
206- ],
186+ "required" : [" id" , " key" , " valueType" , " metadataValues" ],
207187 "additionalProperties" : false
208188 },
209189 "ValueType" : {
210190 "type" : " string" ,
211- "enum" : [
212- " Text" ,
213- " Number" ,
214- " Boolean" ,
215- " Date"
216- ]
191+ "enum" : [" Text" , " Number" , " Boolean" , " Date" ]
217192 },
218193 "MetadataValue" : {
219194 "type" : " object" ,
238213 "format" : " date-time"
239214 }
240215 },
241- "required" : [
242- " id"
243- ],
216+ "required" : [" id" ],
244217 "additionalProperties" : false
245218 },
246219 "SchemaDefinition" : {
268241 "type" : " string"
269242 }
270243 },
271- "required" : [
272- " id" ,
273- " schema"
274- ],
244+ "required" : [" id" , " schema" ],
275245 "additionalProperties" : false
276246 },
277247 "CredentialDesignBranding" : {
293263 "$ref" : " #/components/schemas/IImageAttributes"
294264 }
295265 },
296- "required" : [
297- " id"
298- ],
266+ "required" : [" id" ],
299267 "additionalProperties" : false
300268 },
301269 "IImageAttributes" : {
320288 "$ref" : " #/components/schemas/IImageDimensions"
321289 }
322290 },
323- "required" : [
324- " id"
325- ],
291+ "required" : [" id" ],
326292 "additionalProperties" : false
327293 },
328294 "IImageDimensions" : {
338304 "type" : " number"
339305 }
340306 },
341- "required" : [
342- " id" ,
343- " width" ,
344- " height"
345- ],
307+ "required" : [" id" , " width" , " height" ],
346308 "additionalProperties" : false
347309 },
348310 "CredentialDesignCountArgs" : {
367329 "type" : " number"
368330 }
369331 },
370- "required" : [
371- " count"
372- ],
332+ "required" : [" count" ],
373333 "additionalProperties" : false
374334 },
375335 "FormStepGetOrCreateArgs" : {
379339 "type" : " string"
380340 }
381341 },
382- "required" : [
383- " formId"
384- ],
342+ "required" : [" formId" ],
385343 "additionalProperties" : false
386344 },
387345 "FormStepGetOrCreateResult" : {
391349 "type" : " string"
392350 }
393351 },
394- "required" : [
395- " formStepId"
396- ],
352+ "required" : [" formStepId" ],
397353 "additionalProperties" : false
398354 },
399355 "GetCredentialDesignArgs" : {
403359 "type" : " string"
404360 }
405361 },
406- "required" : [
407- " credentialDesignId"
408- ],
362+ "required" : [" credentialDesignId" ],
409363 "additionalProperties" : false
410364 },
411365 "GetCredentialDesignsArgs" : {
436390 "type" : " string"
437391 }
438392 },
439- "required" : [
440- " credentialDesignId"
441- ],
393+ "required" : [" credentialDesignId" ],
442394 "additionalProperties" : false
443395 },
444396 "RemoveCredentialDesignResult" : {
448400 "type" : " boolean"
449401 }
450402 },
451- "required" : [
452- " result"
453- ],
403+ "required" : [" result" ],
454404 "additionalProperties" : false
455405 },
456406 "UpdateCredentialDesignArgs" : {
491441 "$ref" : " #/components/schemas/CredentialDesignBrandingInput"
492442 }
493443 },
494- "required" : [
495- " credentialDesignId" ,
496- " identifier" ,
497- " schema" ,
498- " uiSchema" ,
499- " options"
500- ],
444+ "required" : [" credentialDesignId" , " identifier" , " schema" , " uiSchema" , " options" ],
501445 "additionalProperties" : false
502446 }
503447 },
571515 }
572516 }
573517 }
574- }
518+ }
0 commit comments