From 53e0e4c3b8a6c8ac072f28af26cde9440fa02428 Mon Sep 17 00:00:00 2001 From: Denis Date: Tue, 13 Aug 2024 09:53:06 +0200 Subject: [PATCH] [IFS07] Issue #215: Updated the definitions for academic_system and sync_mode by removing the min and max constraints and making these fields nullable --- README.md | 2 +- release-note.md | 2 +- src/IFS07-variazioni-titoli.yaml | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4cc4a00..48ae145 100644 --- a/README.md +++ b/README.md @@ -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 🔬 -25/07/2024 +13/10/2024 ## Authors 🚶 diff --git a/release-note.md b/release-note.md index b0e413f..879af81 100644 --- a/release-note.md +++ b/release-note.md @@ -21,7 +21,7 @@ - [IFS05] issue #211, fixed change_requests_status from object to array - [Readme.md] Issue #212: Added on the documentation a reference to the security profile in accordance with the AgID Interoperability guidelines for the implementation of e-service.Avoid to activate the Audit profile when you publish the e-service https://github.com/italia/api-padigitale2026-misura1.3.1-uni-afam/issues/212 - [IFS06] issue #124: fixed operationId value of the path '/student-enrollments-changes' - +- [IFS07] Issue #215: Updated the definitions for academic_system and sync_mode by removing the min and max constraints and making these fields nullable ## Version 2.0.5 - [IFS01.2] It was added the curriculum description of the learnings list diff --git a/src/IFS07-variazioni-titoli.yaml b/src/IFS07-variazioni-titoli.yaml index 543ea7e..dfc7dac 100644 --- a/src/IFS07-variazioni-titoli.yaml +++ b/src/IFS07-variazioni-titoli.yaml @@ -171,9 +171,7 @@ components: 2. Il valore 'new' si riferisce ai titoli accademici ottenuti a partire dal nuovo oridnamento Universitario/AFAM regolato dai decreti legislativi 509/99 per l'Università e 508/99 per l'AFAM. 3. Se questo parametro non è specificato, l'API si riferisce ai i titoli accademici sia del vecchio che del nuovo ordinamento. example: 'new' - minLength: 1 - maxLength: 256 - nullable: false + nullable: true enum: - old - new @@ -192,8 +190,6 @@ components: b) Qualsiasi titolo accademico rettificato negli ultimi 2 anni solari (basato sulla data di rettifica del titolo). Se uno studente non ha più alcun titolo accademico perché è stato eliminato, l'API restituisce null o un hash di un'entità null. 3. Se questo parametro non è valorizzato, il valore predefinito è **full** example: 'full' - minLength: 1 - maxLength: 256 nullable: true enum: - incremental