@@ -195,48 +195,48 @@ export const PDA1_ATTESTATION: AttestationDefinition = {
195195 ] ,
196196 } ,
197197 {
198- identifier : "EmploymentDetail " ,
199- attribute : "Employment detail " ,
198+ identifier : "employment_details " ,
199+ attribute : "Employment details " ,
200200 nested : [
201- { identifier : "EmploymentDetail .type" , attribute : "Type of employment" } ,
202- { identifier : "EmploymentDetail .name" , attribute : "Name" } ,
203- { identifier : "EmploymentDetail .employer_id" , attribute : "Employer ID" } ,
204- { identifier : "EmploymentDetail .type_id" , attribute : "Type of ID" } ,
205- ] ,
206- } ,
207- {
208- identifier : "address" ,
209- attribute : "Address" ,
210- nested : [
211- { identifier : "address.street " , attribute : "Street " } ,
212- { identifier : "address.town " , attribute : "Town " } ,
213- { identifier : "address.postal_code" , attribute : "Postal code" } ,
214- { identifier : "address.country_code" , attribute : "Country code" } ,
201+ { identifier : "employment_details .type" , attribute : "Type of employment" } ,
202+ { identifier : "employment_details .name" , attribute : "Name" } ,
203+ { identifier : "employment_details .employer_id" , attribute : "Employer ID" } ,
204+ { identifier : "employment_details .type_id" , attribute : "Type of ID" } ,
205+ {
206+ identifier : "address" ,
207+ attribute : "Address" ,
208+ nested : [
209+ { identifier : "address.street" , attribute : "Street" } ,
210+ { identifier : "address.town" , attribute : "Town" } ,
211+ { identifier : "address.postal_code " , attribute : "Postal code " } ,
212+ { identifier : "address.country_code " , attribute : "Country code " } ,
213+ ] ,
214+ } ,
215215 ] ,
216216 } ,
217217 {
218- identifier : 'PlacesOfWork ' ,
218+ identifier : 'places_of_work ' ,
219219 attribute : 'Places of work' ,
220220 nested : [
221221 {
222- identifier : "NoFixedPlace " ,
222+ identifier : "no_fixed_place " ,
223223 attribute : "No fixed place of work" ,
224224 nested : [
225- { identifier : "NoFixedPlace .country_code" , attribute : "Country code" } ,
225+ { identifier : "no_fixed_place .country_code" , attribute : "Country code" } ,
226226 ] ,
227227 } ,
228228 {
229- identifier : "PlaceOfWork " ,
229+ identifier : "place_of_work " ,
230230 attribute : "Place of work" ,
231231 nested : [
232- { identifier : "PlaceOfWork .company" , attribute : "Company" } ,
233- { identifier : "PlaceOfWork .flag_base_home_state" , attribute : "Flag base home state" } ,
234- { identifier : "PlaceOfWork .company_id" , attribute : "Company ID" } ,
235- { identifier : "PlaceOfWork .id_type" , attribute : "Type of ID" } ,
236- { identifier : "PlaceOfWork .street" , attribute : "Street" } ,
237- { identifier : "PlaceOfWork .town" , attribute : "Town" } ,
238- { identifier : "PlaceOfWork .postal_code" , attribute : "Postal code" } ,
239- { identifier : "PlaceOfWork .country_code" , attribute : "Country code" } ,
232+ { identifier : "place_of_work .company" , attribute : "Company" } ,
233+ { identifier : "place_of_work .flag_base_home_state" , attribute : "Flag base home state" } ,
234+ { identifier : "place_of_work .company_id" , attribute : "Company ID" } ,
235+ { identifier : "place_of_work .id_type" , attribute : "Type of ID" } ,
236+ { identifier : "place_of_work .street" , attribute : "Street" } ,
237+ { identifier : "place_of_work .town" , attribute : "Town" } ,
238+ { identifier : "place_of_work .postal_code" , attribute : "Postal code" } ,
239+ { identifier : "place_of_work .country_code" , attribute : "Country code" } ,
240240 ] ,
241241 } ,
242242 ]
@@ -257,12 +257,13 @@ export const PDA1_ATTESTATION: AttestationDefinition = {
257257 identifier : "validity_period" ,
258258 attribute : "Validity period" ,
259259 nested : [
260- { identifier : "validity_period.starting_date" , attribute : "Starintg date" } ,
260+ { identifier : "validity_period.starting_date" , attribute : "Staring date" } ,
261261 { identifier : "validity_period.ending_date" , attribute : "Ending date" } ,
262262 ] ,
263263 } ,
264264 ]
265265 } ,
266+ { identifier : 'status_confirmation' , attribute : 'Status confirmation' } ,
266267 { identifier : 'document_id' , attribute : 'Document Identifier' } ,
267268 {
268269 identifier : "competentInstitution" ,
0 commit comments