Skip to content

Commit

Permalink
issue #221 Removed min and max for enum types
Browse files Browse the repository at this point in the history
  • Loading branch information
denismarini committed Sep 12, 2024
1 parent 1af5161 commit c5cea52
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 28 deletions.
1 change: 1 addition & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- [IFS02.3] 03.09.2024 issue #217
- [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


## Version 2.0.5
Expand Down
6 changes: 0 additions & 6 deletions src/IFS01-offerta-formativa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ components:
type: string
description: Access to the course / Accesso al corso
example: free
minLength: 1
maxLength: 99
enum:
- free
- limited
Expand Down Expand Up @@ -403,8 +401,6 @@ components:
type: string
description: Access to the course / Accesso al corso
example: free
minLength: 1
maxLength: 99
enum:
- free
- limited
Expand All @@ -418,8 +414,6 @@ components:
type: string
description: Remote instruction method / Metodo istruzione remota
example: on-site
minLength: 1
maxLength: 99
enum:
- full-remote
- on-site
Expand Down
4 changes: 0 additions & 4 deletions src/IFS02-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -875,8 +875,6 @@ components:
nullable: true
description: Type of mobility period / Tipo del periodo di mobilità
example: lungo_termine
minLength: 1
maxLength: 2048
enum:
- trimestrale
- semestrale
Expand Down Expand Up @@ -988,8 +986,6 @@ components:
type: string
description: Enrollment status / Stato dell'iscrizione
example: active
minLength: 1
maxLength: 20
enum:
- active
- inactive
Expand Down
4 changes: 0 additions & 4 deletions src/IFS03-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,6 @@ components:
type: string
description: Administering institute status / Stato dell'Istituto Amministratrice
example: 'public'
minLength: 1
maxLength: 2048
enum:
- public
- private
Expand All @@ -810,8 +808,6 @@ components:
type: string
description: Qualiification institute status / Stato dell'Istituto di qualificazione
example: 'public'
minLength: 1
maxLength: 2048
enum:
- private
- public
Expand Down
10 changes: 0 additions & 10 deletions src/IFS04-rettifica-iscrizioni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,6 @@ components:
type: string
description: Enrollment status / Stato dell'iscrizione
example: active
minLength: 1
maxLength: 20
enum:
- active
- inactive
Expand Down Expand Up @@ -587,16 +585,12 @@ components:
response_code:
type: string
description: response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete). Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti
minLength: 1
maxLength: 256
enum:
- approved
- rejected
file_status:
type: string
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente
minLength: 1
maxLength: 256
nullable: true
enum:
- approved
Expand Down Expand Up @@ -627,8 +621,6 @@ components:
file_status:
type: string
description: Status of an academic enrollment change request for a student / Stato di una rettifica iscrizione per una studentessa o uno studente (Rappresenta lo stato del processo relativo alla richiesta di rettifica)
minLength: 1
maxLength: 256
enum:
- approved
- rejected
Expand Down Expand Up @@ -656,8 +648,6 @@ components:
file_status:
type: string
description: Status of an academic change request for a student / Stato di una rettifica per una studentessa o uno studente
minLength: 1
maxLength: 256
enum:
- approved
- rejected
Expand Down
4 changes: 0 additions & 4 deletions src/IFS05-rettifica-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,6 @@ components:
response_code:
type: string
description: response code / codice della risposta. Indica il codice di risposta generato dall'invocazione dell'API per le operazioni di inserimento o eliminazione (insert, delete). Questo codice riflette l'esito della validazione del payload in ingresso, determinando se la transazione è approvata o rifiutata in base alla correttezza dei dati ricevuti
minLength: 1
maxLength: 256
enum:
- approved
- rejected
Expand Down Expand Up @@ -774,8 +772,6 @@ components:
file_status:
type: string
description: Status of an academic change request for a student / Stato di una rettifica per una studentessa o uno studente
minLength: 1
maxLength: 256
enum:
- approved
- rejected
Expand Down

0 comments on commit c5cea52

Please sign in to comment.