Skip to content

Commit

Permalink
issue #220 Removed min and max for date types
Browse files Browse the repository at this point in the history
  • Loading branch information
denismarini committed Sep 12, 2024
1 parent c5cea52 commit 12dbe8e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,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 🔬
03/09/2024
12/09/2024
## Authors 🚶
Expand Down
1 change: 1 addition & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [IFS04.2] 03.09.2024 issue #216
- [IFS01,IFS06,IFS07] 06.09.2024 fixed examples with the cursor
- [IFS0X] 12.09.2024 issue #221 Removed min and max for enum types
- [IFS0X] 12.09.2024 issue #220 Removed min and max for date types


## Version 2.0.5
Expand Down
12 changes: 0 additions & 12 deletions src/IFS02-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -577,16 +577,12 @@ components:
format: date
description: Date of completion of studies / Data completamento studi
example: 2023-10-01
minLength: 10
maxLength: 10
nullable: true
enrollment_date:
type: string
format: date
description: Enrollment date / Data iscrizione
example: 2020-10-01
minLength: 10
maxLength: 10
nullable: true
proof_education_courses:
additionalProperties: false
Expand Down Expand Up @@ -817,16 +813,12 @@ components:
format: date
description: Academic year start date / Data inzio anno accademico
example: 2023-10-01
minLength: 10
maxLength: 10
nullable: true
end_date_of_academic_year:
type: string
format: date
description: Academic year end date / Data fine anno accademico
example: 2020-10-01
minLength: 10
maxLength: 10
nullable: true
proof_personal_mobility_periods:
additionalProperties: false
Expand Down Expand Up @@ -859,16 +851,12 @@ components:
format: date
description: Erasmus start date / Data inzio anno erasmus
example: 2020-05-17
minLength: 10
maxLength: 10
nullable: true
mobility_end_date:
type: string
format: date
description: Erasmus end date / Data fine anno erasmus
example: 2021-05-17
minLength: 10
maxLength: 10
nullable: true
mobility_period_type:
type: string
Expand Down
8 changes: 0 additions & 8 deletions src/IFS03-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,6 @@ components:
format: date
description: Date of completion of studies / Data completamento studi
example: 2023-10-01
minLength: 10
maxLength: 10
nullable: true
qualification_grade_value:
type: string
Expand Down Expand Up @@ -772,8 +770,6 @@ components:
format: date
description: Date of completion of studies / Data completamento studi
example: 2022-07-01
minLength: 10
maxLength: 10
nullable: true
access_to_regulated_profession:
type: string
Expand Down Expand Up @@ -873,8 +869,6 @@ components:
format: date
description: Date of graduation / Data ottenimento titolo
example: 2022-07-01
minLength: 10
maxLength: 10
nullable: true
total_ects:
type: integer
Expand Down Expand Up @@ -974,8 +968,6 @@ components:
format: date
description: Course end date / Data fine corso
example: 2019-03-01
minLength: 10
maxLength: 10
nullable: true
ects_learnings:
type: object
Expand Down
2 changes: 0 additions & 2 deletions src/IFS04-rettifica-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@ components:
format: date
description: Date request / Data richiesta
example: 2019-10-12
minLength: 1
maxLength: 36
personal_data:
$ref: '#/components/schemas/personal_data'
enrollments:
Expand Down
2 changes: 0 additions & 2 deletions src/IFS05-rettifica-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,6 @@ components:
format: date
description: Date request / Data richiesta
example: 2019-10-12
minLength: 1
maxLength: 36
personal_data:
$ref: '#/components/schemas/personal_data'
qualifications:
Expand Down

0 comments on commit 12dbe8e

Please sign in to comment.