Skip to content

Commit

Permalink
issue #211 - fase 1 checker
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelongo-ey committed Aug 5, 2024
1 parent 991b2f6 commit d4a7459
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
8 changes: 4 additions & 4 deletions src/IFS01-offerta-formativa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ paths:
degree_courses:
- programme_type_code: LT
programme_access: free
course_location: 015146
course_location: '015146'
course_area: Ingegneria industriale
degree_course_language: IT
degree_course_period_years: 3
Expand All @@ -59,7 +59,7 @@ paths:
degree_courses:
- programme_type_code: LT
programme_access: free
course_location: 058091
course_location: '058091'
course_area: DISCIPLINE INTERPRETATIVE
degree_course_language: IT
degree_course_period_years: 3
Expand Down Expand Up @@ -143,7 +143,7 @@ paths:
value:
programme_type_code: LT
programme_access: free
course_location: 058091
course_location: '058091'
remote_mode: on-site
course_area: DISCIPLINE INTERPRETATIVE
degree_course_language: IT
Expand Down Expand Up @@ -182,7 +182,7 @@ paths:
value:
programme_type_code: LT
programme_access: free
course_location: 015146
course_location: '015146'
remote_mode: on-site
course_area: Ingegneria industriale
degree_course_language: IT
Expand Down
1 change: 1 addition & 0 deletions src/IFS04-rettifica-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ components:
- rejected
- acquired
- cancelled
- null
file_code:
type: string
description: enrollment change request code/ Codice Rettifica iscrizioni
Expand Down
7 changes: 5 additions & 2 deletions src/IFS05-rettifica-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/change_request_status'
$ref: '#/components/schemas/change_requests_status'
examples:
Example:
value:
qualification_change_request:
- file_status: approved
file_code: 6d183bc572f6b200015a4167
message: testo messaggio
Expand Down Expand Up @@ -427,6 +426,10 @@ components:
description: List of qualifications change request for student / Elenco variazioni titoli di una studentessa o di uno studente
items:
$ref: '#/components/schemas/qualification_change_request_detail'
change_requests_status:
type: array
items:
$ref: '#/components/schemas/change_request_status'
change_request_status:
additionalProperties: false
type: object
Expand Down
8 changes: 4 additions & 4 deletions src/IFS07-variazioni-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ paths:
qualifications_hash:
- key: '8e44f796d7478a135c226598939d56a5b0d9405210235d4845ed158a7fec7535'
hash: '56c3880bfcc4df0e35780c805d9ec942bbb8b4e237c1b63c6f2688cb58ef0a3a'
- key: 'p9sndsh75636d7478a135c226598939d56a5b0d94052102oiasdh7632bbc78h843'
- key: 'p9sndsh75636d7478a135c226598939d56a5b0d94052102oiasdh7632bbc78h8'
hash: '56c3880bfcc4df0e35780c80sdlkjljiirpepw85830t3j85jg0fj054fj04jf03'
- key: 'qmane9vsd7cksad8e44f796d7478a135c226598939d56a5b0d94052102gh9msabv9s'
- key: 'qmane9vsd7cksad8e44f796d7478a135c226598939d56a5b0d94052102gh9s9s'
hash: 'df8340f834tr8f3j84fj48jf83fngooero45305jf30l04k0r43kfd043kdew34t'
meta:
cursor: '6eyJpZCI6M57'
Expand All @@ -53,9 +53,9 @@ paths:
qualifications_hash:
- key: '8e44f796d7478a135c226598939d56a5b0d9405210235d4845ed158a7fec7535'
hash: '56c3880bfcc4df0e35780c805d9ec942bbb8b4e237c1b63c6f2688cb58ef0a3a'
- key: 'p9sndsh75636d7478a135c226598939d56a5b0d94052102oiasdh7632bbc78h843'
- key: 'p9sndsh75636d7478a135c226598939d56a5b0d9405210oiasdh7632bb78h843'
hash: '56c3880bfcc4df0e35780c80sdlkjljiirpepw85830t3j85jg0fj054fj04jf03'
- key: 'qmane9vsd7cksad8e44f796d7478a135c226598939d56a5b0d94052102gh9msabv9s'
- key: 'so8ndsh75636d7478a1e8nb26598939d56a5b0d9405210oiasdh7632bb78h843'
hash: 'df8340f834tr8f3j84fj48jf83fngooero45305jf30l04k0r43kfd043kdew34t'
meta:
cursor: null
Expand Down
2 changes: 2 additions & 0 deletions src/IFS08-iscrizioni-per-fasce-isee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,14 @@ components:
properties:
isee_min_value:
type: integer
format: int64
description: Minimum value of the ISEE reference band / Valore minimo della fascia ISEE di riferimento
minimum: 0
maximum: 9999999
nullable: true
isee_max_value:
type: integer
format: int64
description: Maximum value of the ISEE reference band / Valore massimo della fascia ISEE di riferimento
minimum: 0
maximum: 9999999
Expand Down
1 change: 0 additions & 1 deletion src/IFS09-iscrizioni-per-corso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ paths:
examples:
Statuscode=200:
value:
count_academic_enrollments_by_degree_courses:
- programme_type_code: MS
degree_course_code: '469'
degree_class_code: MSLM32
Expand Down

0 comments on commit d4a7459

Please sign in to comment.