Skip to content

Commit

Permalink
fixed examlples and made learning_ref nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
denismarini committed Sep 17, 2024
1 parent bc34c6e commit 4037b87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS02.1-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"enrollments": [
{
"institute_code": "16",
"institute_name": "Milano - Politecnico",
"programme_type_code": "MS",
"degree_course_code": "1573960",
"academic_year": "2021/2022",
Expand Down
1 change: 0 additions & 1 deletion doc/03_analysis/io_schema/IFS03.1-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"qualifications": [
{
"institute_code": "16",
"institute_name": "Milano - Politecnico",
"qualification_name": "Laurea in ingegneria informatica",
"programme_type_code": "MS",
"degree_course_code": "1573960",
Expand Down
1 change: 1 addition & 0 deletions src/IFS01-offerta-formativa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ components:
example: http://....
minLength: 1
maxLength: 256
nullable: true
course_list_request:
type: object
additionalProperties: false
Expand Down

0 comments on commit 4037b87

Please sign in to comment.