Skip to content

Commit

Permalink
fix: made 5.2 and 5.3 optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierlou committed Sep 27, 2023
1 parent 1afcc78 commit d732abf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
],
"created": "2023-05-19",
"lastModified": "2023-09-25",
"lastModified": "2023-09-27",
"version": "0.1.2",
"contributors": [
{
Expand Down Expand Up @@ -357,7 +357,7 @@
"description": "La note du sous-critère 5.2 (le cas échéant) : note sur 10 comportant une décimale",
"type": "number",
"constraints": {
"required": true,
"required": false,
"minimum": 0,
"maximum": 10
}
Expand All @@ -367,7 +367,7 @@
"description": "La note du sous-critère 5.3 (le cas échéant) : note sur 10 comportant une décimale",
"type": "number",
"constraints": {
"required": true,
"required": false,
"minimum": 0,
"maximum": 10
}
Expand Down

0 comments on commit d732abf

Please sign in to comment.