addedInput schema / anyOf
Added value: +[
+ {
+ "required": [
+ "club_a"
+ ]
+ },
+ {
+ "required": [
+ "organisme_id_a"
+ ]
+ },
+ {
+ "required": [
+ "club_name"
+ ]
+ },
+ {
+ "required": [
+ "organisme_id"
+ ]
+ },
+ {
+ "required": [
+ "engagement_id_a"
+ ]
+ },
+ {
+ "required": [
+ "engagement_id"
+ ]
+ },
+ {
+ "required": [
+ "poule_id"
+ ]
+ }
+]
addedInput schema / properties / adversaire
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Alias pour club_b : nom du second club / adversaire (ex: 'Vichy').",
+ "title": "Adversaire"
+}
addedInput schema / properties / adversaire_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Alias pour organisme_id_b : ID FFBB du second club / adversaire.",
+ "title": "Adversaire Id"
+}
changedInput schema / properties / club_b / description
Previous value: -"Nom du second club (ex: 'Vichy', 'Roanne')."New value: +"Nom du second club / adversaire (ex: 'Vichy', 'Roanne')."
addedInput schema / properties / club_name
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Alias pour club_a : nom du premier club (ex: 'Stade Clermontois').",
+ "title": "Club Name"
+}
addedInput schema / properties / competition_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "ID FFBB de la compétition pour désambiguïser.",
+ "title": "Competition Id"
+}
addedInput schema / properties / competition_type
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Type de compétition ('PLAT', 'COUPE', etc.) pour désambiguïser.",
+ "title": "Competition Type"
+}
addedInput schema / properties / engagement_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "ID FFBB de l'engagement partagé ou équipe A (alias pour engagement_id_a).",
+ "title": "Engagement Id"
+}
addedInput schema / properties / engagement_id_a
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "ID FFBB de l'engagement équipe A (prioritaire).",
+ "title": "Engagement Id A"
+}
addedInput schema / properties / engagement_id_b
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "ID FFBB de l'engagement équipe B (prioritaire).",
+ "title": "Engagement Id B"
+}
addedInput schema / properties / organisme_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Alias pour organisme_id_a : ID FFBB du premier club.",
+ "title": "Organisme Id"
+}
changedInput schema / properties / organisme_id_a / description
Previous value: -"ID FFBB du premier club (ex: 9326)."New value: +"ID FFBB du premier club (ex: '9326')."
changedInput schema / properties / organisme_id_b / description
Previous value: -"ID FFBB du second club."New value: +"ID FFBB du second club / adversaire."
addedInput schema / properties / poule_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "ID FFBB de la poule pour désambiguïser.",
+ "title": "Poule Id"
+}
addedInput schema / properties / season_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "ID de la saison FFBB (optionnel).",
+ "title": "Season Id"
+}