Skip to content

Commit

Permalink
IFS03.1 eliminazione institutename nella response
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelongo-ey committed Jun 5, 2024
1 parent 6f23385 commit 4197737
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions src/IFS03-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ paths:
personal_data:
tax_code: RSSMRA80A01F205D
qualifications:
- institute_code: '16'
institute_name: Milano - Politecnico
- institute_code: '16'
qualification_name: Laurea in ingegneria informatica
programme_type_code: MS
degree_course_code: '1573960'
Expand All @@ -57,8 +56,7 @@ paths:
tax_code: RSSMRA80A01F205D
person_id: AB123456C
qualifications:
- institute_code: '16'
institute_name: Milano - Politecnico
- institute_code: '16'
qualification_name: Laurea in ingegneria informatica
programme_type_code: MS
degree_course_code: '1573960'
Expand All @@ -75,8 +73,7 @@ paths:
birth_date: 1980-01-01
birth_place: Italia,RM,Roma
qualifications:
- institute_code: '16'
institute_name: Milano - Politecnico
- institute_code: '16'
qualification_name: Laurea in ingegneria informatica
programme_type_code: MS
degree_course_code: '1573960'
Expand All @@ -93,8 +90,7 @@ paths:
birth_date: 1980-01-01
birth_place: Italia,RM,Roma
qualifications:
- institute_code: '16'
institute_name: Milano - Politecnico
- institute_code: '16'
qualification_name: Laurea in ingegneria informatica
programme_type_code: MS
degree_course_code: '1573960'
Expand All @@ -111,8 +107,7 @@ paths:
birth_date: 1980-01-01
birth_place: Italia,RM,Roma
qualifications:
- institute_code: '16'
institute_name: Milano - Politecnico
- institute_code: '16'
qualification_name: Laurea in ingegneria informatica
programme_type_code: MS
degree_course_code: '1573960'
Expand Down Expand Up @@ -175,8 +170,7 @@ paths:
tax_code: RSSMRA80A01F205D
person_id: AB123456C
proof_qualifications:
- institute_code: '16'
institute_name: Milano - Politecnico
- institute_code: '16'
qualification_name: Laurea in ingegneria informatica
programme_type_code: MS
programme_type_name: Laurea Magistrale (DM 270/04)
Expand Down Expand Up @@ -459,11 +453,6 @@ components:
minLength: 1
maxLength: 256
nullable: true
institute_name:
type: string
description: Institute's name / Nome dell'istituto
minLength: 1
maxLength: 2048
qualification_name:
type: string
description: Title of the degree / Denominazione del titolo di studio
Expand Down Expand Up @@ -518,7 +507,6 @@ components:
description: Highest course grade / Voto massimo del corso
required:
- institute_code
- institute_name
- programme_type_code
- degree_course_code
- academic_qualification_date
Expand Down

0 comments on commit 4197737

Please sign in to comment.