@@ -102,11 +102,11 @@ namespace CoreSystem.Responses {
102102
103103 @ doc ("Response model for the uploaded files and auto-created answer" )
104104 @ example (#{
105- id : "a12b3c4d-5e6f-7g8h-9i0j-k1l2m3n4o5p6 " ,
105+ id : "a12b3c4d-5e6f-7a8b-9c0d-e1f2a3b4c5d6 " ,
106106 answer : #{
107107 createdAt : utcDateTime.fromISO ("2025-02-15T10:00:00Z" ),
108108 updatedAt : utcDateTime.fromISO ("2025-02-17T16:45:00Z" ),
109- responseId : "a12b3c4d-5e6f-7g8h-9i0j-k1l2m3n4o5p6 " ,
109+ responseId : "a12b3c4d-5e6f-7a8b-9c0d-e1f2a3b4c5d6 " ,
110110 answer : #{ questionId : "ee894524-4bd8-4a64-8fd2-a53b39ca94cd" , questionType : CoreSystem .Forms .QuestionTypes .shortText , value : "John Doe" },
111111 displayValue : "John Doe" ,
112112 },
@@ -120,11 +120,11 @@ namespace CoreSystem.Responses {
120120 }
121121
122122 @ example (#{
123- id : "a12b3c4d-5e6f-7g8h-9i0j-k1l2m3n4o5p6 " ,
123+ id : "a12b3c4d-5e6f-7a8b-9c0d-e1f2a3b4c5d6 " ,
124124 answer : #{
125125 createdAt : utcDateTime.fromISO ("2025-02-15T10:00:00Z" ),
126126 updatedAt : utcDateTime.fromISO ("2025-02-17T16:45:00Z" ),
127- responseId : "a12b3c4d-5e6f-7g8h-9i0j-k1l2m3n4o5p6 " ,
127+ responseId : "a12b3c4d-5e6f-7a8b-9c0d-e1f2a3b4c5d6 " ,
128128 answer : #{ questionId : "ee894524-4bd8-4a64-8fd2-a53b39ca94cd" , questionType : CoreSystem .Forms .QuestionTypes .shortText , value : "John Doe" },
129129 displayValue : "John Doe" ,
130130 },
@@ -151,7 +151,7 @@ namespace CoreSystem.Responses {
151151 payload : #{
152152 createdAt : utcDateTime.fromISO ("2025-02-15T10:00:00Z" ),
153153 updatedAt : utcDateTime.fromISO ("2025-02-17T16:45:00Z" ),
154- responseId : "a12b3c4d-5e6f-7g8h-9i0j-k1l2m3n4o5p6 " ,
154+ responseId : "a12b3c4d-5e6f-7a8b-9c0d-e1f2a3b4c5d6 " ,
155155 answer : #{ questionId : "ee894524-4bd8-4a64-8fd2-a53b39ca94cd" , questionType : CoreSystem .Forms .QuestionTypes .shortText , value : "John Doe" },
156156 displayValue : "John Doe" ,
157157 },
@@ -168,7 +168,7 @@ namespace CoreSystem.Responses {
168168 @ example (#{
169169 createdAt : utcDateTime.fromISO ("2025-02-15T10:00:00Z" ),
170170 updatedAt : utcDateTime.fromISO ("2025-02-17T16:45:00Z" ),
171- responseId : "a12b3c4d-5e6f-7g8h-9i0j-k1l2m3n4o5p6 " ,
171+ responseId : "a12b3c4d-5e6f-7a8b-9c0d-e1f2a3b4c5d6 " ,
172172 answer : #{ questionId : "ee894524-4bd8-4a64-8fd2-a53b39ca94cd" , questionType : CoreSystem .Forms .QuestionTypes .shortText , value : "John Doe" },
173173 displayValue : "John Doe" ,
174174 })
0 commit comments