Skip to content

Commit

Permalink
issue #187 [IFS02] Removed the required property for the degree_class…
Browse files Browse the repository at this point in the history
…_code attribute in the proof_enrollment object
  • Loading branch information
denismarini committed Jul 11, 2024
1 parent 5099911 commit 704b46b
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ Il [business canvas](https://docs.google.com/spreadsheets/d/1-H3R9vLX_Y3_7NxGN1I
* [Normativa e modelli relativi al Diploma Supplement](https://www.miur.gov.it/-/nuovo-supplemento-al-diploma-con-4-allegati-relativi-alla-compilazione-e-alle-linee-guida-nazionali-per-la-digitalizzazione)
## Ultima Modifica 🔬
11/06/2024
11/07/2024
## Authors 🚶
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS02.1-request.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* Il person_id è prioritario rispetto al tax_code*/

/*ESEMPIO 1*/
{
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS02.2-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*ESEMPIO 1*/
/* Il person_id è prioritario rispetto al tax_code*/
{
"tax_code": "RSSMRA80A01F205D",
"person_id": "12345678A"
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS02.3-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*ESEMPIO 1*/
/* Il person_id è prioritario rispetto al tax_code*/
{
"tax_code": "RSSMRA80A01F205D",
"person_id": "12345678A"
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS02.4-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*ESEMPIO 1*/
/* Il person_id è prioritario rispetto al tax_code*/
{
"tax_code": "RSSMRA80A01F205D",
"person_id": "12345678A"
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS02.5-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*ESEMPIO 1*/
/* Il person_id è prioritario rispetto al tax_code*/
{
"tax_code": "RSSMRA80A01F205D",
"person_id": "12345678A"
Expand Down
2 changes: 1 addition & 1 deletion doc/03_analysis/io_schema/IFS03.1-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* ESEMPIO 1 Il person_id è prioritario rispetto al tax_code*/
/* ESEMPIO 1*/
{
"tax_code": "RSSMRA80A01F205D",
"person_id": "12345678A"
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS03.2-request.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* Il person_id è prioritario rispetto al tax_code*/
{
"tax_code": "RSSMRA80A01F205D",
"person_id": "12345678A"
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS03.3-request.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* Il person_id è prioritario rispetto al tax_code*/
{
"tax_code": "RSSMRA80A01F205D",
"person_id": "12345678A"
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS03.4-request.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* Il person_id è prioritario rispetto al tax_code*/
{
"tax_code": "RSSMRA80A01F205D",
"person_id": "12345678A"
Expand Down
1 change: 1 addition & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [GUIDE] updated the readme.md file with the new e-services' names and uploaded the guide for publishing the e-services
- [IFS04.1, IFS05.1] The field 'degree_course_code' has been added to the request to specify the enrollment or qualification referenced by the change request
- [IFS04.4, IFS05.4] Fix swagger
- [IFS02] Removed the required property for the degree_class_code attribute in the proof_enrollment object

## Version 2.0.5

Expand Down
1 change: 0 additions & 1 deletion src/IFS02-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ components:
- country_of_academic_institution
- institute_name
- institute_code
- degree_class_code
- degree_course_name
- degree_course_code
- programme_type_name
Expand Down

0 comments on commit 704b46b

Please sign in to comment.