{
    "url": "/api/docs?format=json",
    "spec": {
      "openapi": "3.0.3",
      "info": {
        "title": "",
        "description": "",
        "version": "0.0.0"
      },
      "servers": [
        {
          "url": "/",
          "description": ""
        }
      ],
      "paths": {
        "/api/arbitre_officiel_categories": {
          "get": {
            "operationId": "getArbitreOfficielCategorieCollection",
            "tags": [
              "ArbitreOfficielCategorie"
            ],
            "responses": {
              "200": {
                "description": "ArbitreOfficielCategorie collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/ArbitreOfficielCategorie.jsonld-officiel_categorie_arbitre"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/ArbitreOfficielCategorie-officiel_categorie_arbitre"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/ArbitreOfficielCategorie-officiel_categorie_arbitre"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of ArbitreOfficielCategorie resources.",
            "description": "Retrieves the collection of ArbitreOfficielCategorie resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "officiel_categorie.id",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "officiel_categorie.id[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cg_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cg_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "officiel_categorie.sa_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "officiel_categorie.sa_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/arbitre_officiel_categories/{id}": {
          "get": {
            "operationId": "getArbitreOfficielCategorieItem",
            "tags": [
              "ArbitreOfficielCategorie"
            ],
            "responses": {
              "200": {
                "description": "ArbitreOfficielCategorie resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/ArbitreOfficielCategorie.jsonld-officiel_categorie_arbitre"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/ArbitreOfficielCategorie-officiel_categorie_arbitre"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/ArbitreOfficielCategorie-officiel_categorie_arbitre"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a ArbitreOfficielCategorie resource.",
            "description": "Retrieves a ArbitreOfficielCategorie resource.",
            "parameters": [
              {
                "name": "id",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/arbitres": {
          "get": {
            "operationId": "getArbitreCollection",
            "tags": [
              "Arbitre"
            ],
            "responses": {
              "200": {
                "description": "Arbitre collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Arbitre.jsonld-arbitre"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Arbitre-arbitre"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Arbitre-arbitre"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of Arbitre resources.",
            "description": "Retrieves the collection of Arbitre resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/arbitres/{inNo}": {
          "get": {
            "operationId": "getArbitreItem",
            "tags": [
              "Arbitre"
            ],
            "responses": {
              "200": {
                "description": "Arbitre resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/Arbitre.jsonld-arbitre"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/Arbitre-arbitre"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/Arbitre-arbitre"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a Arbitre resource.",
            "description": "Retrieves a Arbitre resource.",
            "parameters": [
              {
                "name": "inNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/calcul_bilan_saisons": {
          "get": {
            "operationId": "getCalculBilanSaisonCollection",
            "tags": [
              "CalculBilanSaison"
            ],
            "responses": {
              "200": {
                "description": "CalculBilanSaison collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/CalculBilanSaison.jsonld-calculBilanSaison"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/CalculBilanSaison-calculBilanSaison"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/CalculBilanSaison-calculBilanSaison"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of CalculBilanSaison resources.",
            "description": "Retrieves the collection of CalculBilanSaison resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "sa_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "sa_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "clNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "eqNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cpNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "phNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "exists[competition]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "boolean"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "exists[phase]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "boolean"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/calcul_bilan_saisons/{id}": {
          "get": {
            "operationId": "getCalculBilanSaisonItem",
            "tags": [
              "CalculBilanSaison"
            ],
            "responses": {
              "200": {
                "description": "CalculBilanSaison resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculBilanSaison.jsonld-calculBilanSaison"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculBilanSaison-calculBilanSaison"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculBilanSaison-calculBilanSaison"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a CalculBilanSaison resource.",
            "description": "Retrieves a CalculBilanSaison resource.",
            "parameters": [
              {
                "name": "id",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/calcul_match_histos": {
          "get": {
            "operationId": "getCalculMatchHistoCollection",
            "tags": [
              "CalculMatchHisto"
            ],
            "responses": {
              "200": {
                "description": "CalculMatchHisto collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/CalculMatchHisto.jsonld-calculMatchHisto"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/CalculMatchHisto-calculMatchHisto"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/CalculMatchHisto-calculMatchHisto"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of CalculMatchHisto resources.",
            "description": "Retrieves the collection of CalculMatchHisto resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "clNo1",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "clNo2",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "lcCod1",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "eqCod1",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "lcCod2",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "eqCod2",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/calcul_match_histos/{id}": {
          "get": {
            "operationId": "getCalculMatchHistoItem",
            "tags": [
              "CalculMatchHisto"
            ],
            "responses": {
              "200": {
                "description": "CalculMatchHisto resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculMatchHisto.jsonld-calculMatchHisto"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculMatchHisto-calculMatchHisto"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculMatchHisto-calculMatchHisto"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a CalculMatchHisto resource.",
            "description": "Retrieves a CalculMatchHisto resource.",
            "parameters": [
              {
                "name": "id",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/calcul_serie_cours": {
          "get": {
            "operationId": "getCalculSerieCoursCollection",
            "tags": [
              "CalculSerieCours"
            ],
            "responses": {
              "200": {
                "description": "CalculSerieCours collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/CalculSerieCours.jsonld-calculSerieCours"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/CalculSerieCours-calculSerieCours"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/CalculSerieCours-calculSerieCours"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of CalculSerieCours resources.",
            "description": "Retrieves the collection of CalculSerieCours resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "saNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "clNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "eqNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cpNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "exists[competition]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "boolean"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/calcul_serie_cours/{id}": {
          "get": {
            "operationId": "getCalculSerieCoursItem",
            "tags": [
              "CalculSerieCours"
            ],
            "responses": {
              "200": {
                "description": "CalculSerieCours resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculSerieCours.jsonld-calculSerieCours"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculSerieCours-calculSerieCours"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/CalculSerieCours-calculSerieCours"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a CalculSerieCours resource.",
            "description": "Retrieves a CalculSerieCours resource.",
            "parameters": [
              {
                "name": "id",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/cdgs": {
          "get": {
            "operationId": "getCdgCollection",
            "tags": [
              "Cdg"
            ],
            "responses": {
              "200": {
                "description": "Cdg collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Cdg.jsonld-cdg"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Cdg-cdg"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Cdg-cdg"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of Cdg resources.",
            "description": "Retrieves the collection of Cdg resources.",
            "parameters": [
              {
                "name": "cg_typ",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cg_typ[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cg_cp",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cg_cp[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cg_no_supp",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cg_no_supp[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cpCod",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/cdgs/{cgNo}": {
          "get": {
            "operationId": "getCdgItem",
            "tags": [
              "Cdg"
            ],
            "responses": {
              "200": {
                "description": "Cdg resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/Cdg.jsonld-cdg"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/Cdg-cdg"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/Cdg-cdg"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a Cdg resource.",
            "description": "Retrieves a Cdg resource.",
            "parameters": [
              {
                "name": "cgNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/classement_journees": {
          "parameters": []
        },
        "/api/classement_journees/{id}": {
          "parameters": []
        },
        "/api/clubs": {
          "get": {
            "operationId": "getClubCollection",
            "tags": [
              "Club"
            ],
            "responses": {
              "200": {
                "description": "Club collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Club.jsonld-club"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Club-club"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Club-club"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of Club resources.",
            "description": "Retrieves the collection of Club resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cl_cp",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cl_cp[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cdg.cg_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cdg.cg_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cl_cod",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cl_cod[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "clNom",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "order[cl_cp]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string",
                  "enum": [
                    "asc",
                    "desc"
                  ]
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}": {
          "get": {
            "operationId": "getClubItem",
            "tags": [
              "Club"
            ],
            "responses": {
              "200": {
                "description": "Club resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/Club.jsonld-club"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/Club-club"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/Club-club"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a Club resource.",
            "description": "Retrieves a Club resource.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}/calendrier": {
          "get": {
            "operationId": "get_calendrier_of_clubMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Retrieves the collection of MatchEntity resources.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}/equipes": {
          "get": {
            "operationId": "api_clubs_equipes_get_subresourceClubSubresource",
            "tags": [
              "Equipe",
              "Club"
            ],
            "responses": {
              "200": {
                "description": "Club resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Equipe.jsonld-equipe"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Equipe-equipe"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Equipe-equipe"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves a Club resource.",
            "description": "Retrieves a Club resource.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "Club identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "eq_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "eq_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}/equipes/{eqNo}/calendrier": {
          "get": {
            "operationId": "get_calendrier_of_equipeMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Retrieves the collection of MatchEntity resources.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "eqNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cpNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}/equipes/{eqNo}/resultat": {
          "get": {
            "operationId": "get_resultat_of_equipeMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Retrieves the collection of MatchEntity resources.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "eqNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cpNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}/equipes/{equipes}/engagements": {
          "get": {
            "operationId": "api_clubs_equipes_engagements_get_subresourceClubSubresource",
            "tags": [
              "Engagement",
              "Equipe"
            ],
            "responses": {
              "200": {
                "description": "Club resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Engagement.jsonld-engagement"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Engagement-engagement"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Engagement-engagement"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves a Club resource.",
            "description": "Retrieves a Club resource.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "Club identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "equipes",
                "in": "path",
                "description": "Equipe identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "phase.ph_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "phase.ph_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "poule.gp_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "poule.gp_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "club.cl_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "club.cl_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}/equipes/{equipes}/matchs": {
          "get": {
            "operationId": "api_clubs_equipes_matchs_get_subresourceClubSubresource",
            "tags": [
              "MatchEntity",
              "Equipe"
            ],
            "responses": {
              "200": {
                "description": "Club resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves a Club resource.",
            "description": "Retrieves a Club resource.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "Club identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "equipes",
                "in": "path",
                "description": "Equipe identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "clNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[strictly_before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[strictly_after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}/matchs": {
          "get": {
            "operationId": "get_matchs_of_clubMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Retrieves the collection of MatchEntity resources.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/clubs/{clNo}/resultat": {
          "get": {
            "operationId": "get_resultat_of_clubMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Retrieves the collection of MatchEntity resources.",
            "parameters": [
              {
                "name": "clNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets": {
          "get": {
            "operationId": "getCompetCollection",
            "tags": [
              "Compet"
            ],
            "responses": {
              "200": {
                "description": "Compet collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Compet.jsonld-compet"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Compet-compet"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Compet-compet"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of Compet resources.",
            "description": "Permet de récupérer les compétitions. Par défaut on récupère toute la donnée. Pour l&d utiliser le filtre 'compet_light' dans le champs `details[]`.",
            "parameters": [
              {
                "name": "competition_type",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cg_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "groups[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets/{cpNo}": {
          "get": {
            "operationId": "getCompetItem",
            "tags": [
              "Compet"
            ],
            "responses": {
              "200": {
                "description": "Compet resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/Compet.jsonld-compet"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/Compet-compet"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/Compet-compet"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a Compet resource.",
            "description": "Retrieves a Compet resource.",
            "parameters": [
              {
                "name": "cpNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets/{cpNo}/phases": {
          "get": {
            "operationId": "api_compets_phases_get_subresourceCompetSubresource",
            "tags": [
              "Phase",
              "Compet"
            ],
            "responses": {
              "200": {
                "description": "Compet resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Phase.jsonld-phase"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Phase-phase"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Phase-phase"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves a Compet resource.",
            "description": "Retrieves a Compet resource.",
            "parameters": [
              {
                "name": "cpNo",
                "in": "path",
                "description": "Compet identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ph_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ph_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/calendrier": {
          "get": {
            "operationId": "get_calendrier_of_competitionMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Retrieves the collection of MatchEntity resources.",
            "parameters": [
              {
                "name": "cpNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "phNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "gpNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "clNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/matchs": {
          "get": {
            "operationId": "get_matchs_of_competitionMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Retrieves the collection of MatchEntity resources.",
            "parameters": [
              {
                "name": "cpNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "phNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "gpNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "clNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "pjNo",
                "in": "query",
                "description": "pjNo de la pouleJournée",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "clNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[strictly_before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[strictly_after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/resultat": {
          "get": {
            "operationId": "get_resultat_of_competitionMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Retrieves the collection of MatchEntity resources.",
            "parameters": [
              {
                "name": "cpNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "phNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "gpNo",
                "in": "path",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "pjNo",
                "in": "query",
                "description": "pjNo de la pouleJournée",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": [],
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "clNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets/{cpNo}/phases/{phases}/poules": {
          "get": {
            "operationId": "api_compets_phases_poules_get_subresourceCompetSubresource",
            "tags": [
              "Poule",
              "Phase"
            ],
            "responses": {
              "200": {
                "description": "Compet resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Poule.jsonld-poule"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Poule-poule"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Poule-poule"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves a Compet resource.",
            "description": "Retrieves a Compet resource.",
            "parameters": [
              {
                "name": "cpNo",
                "in": "path",
                "description": "Compet identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "phases",
                "in": "path",
                "description": "Phase identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "gp_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "gp_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets/{cpNo}/phases/{phases}/poules/{poules}/classement_journees": {
          "get": {
            "operationId": "api_compets_phases_poules_classement_journees_get_subresourceCompetSubresource",
            "tags": [
              "ClassementJournee",
              "Poule"
            ],
            "responses": {
              "200": {
                "description": "Compet resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/ClassementJournee.jsonld-classement"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/ClassementJournee-classement"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/ClassementJournee-classement"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves a Compet resource.",
            "description": "Retrieves a Compet resource.",
            "parameters": [
              {
                "name": "cpNo",
                "in": "path",
                "description": "Compet identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "phases",
                "in": "path",
                "description": "Phase identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "poules",
                "in": "path",
                "description": "Poule identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/compets/{cpNo}/phases/{phases}/poules/{poules}/poule_journees": {
          "get": {
            "operationId": "api_compets_phases_poules_poule_journees_get_subresourceCompetSubresource",
            "tags": [
              "PouleJournee",
              "Poule"
            ],
            "responses": {
              "200": {
                "description": "Compet resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/PouleJournee.jsonld-pouleJournee"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/PouleJournee-pouleJournee"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/PouleJournee-pouleJournee"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves a Compet resource.",
            "description": "Permet de récupérer les journées d'une poule. Par défaut les matchs ne\nsont pas retournés. Pour avoir les matchs, ajouter `pouleJourneeWithMatch` dans le champs `details[]`. Attention passer ce paramètre\nsans filtre sur `pj_no` peut retourner une erreur (pour cause de requête trop volumineuse)",
            "parameters": [
              {
                "name": "cpNo",
                "in": "path",
                "description": "Compet identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "phases",
                "in": "path",
                "description": "Phase identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "poules",
                "in": "path",
                "description": "Poule identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "pj_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "pj_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "details[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/dossiers": {
          "get": {
            "operationId": "getDossierCollection",
            "tags": [
              "Dossier"
            ],
            "responses": {
              "200": {
                "description": "Dossier collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Dossier.jsonld-dossier"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Dossier-dossier"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Dossier-dossier"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of Dossier resources.",
            "description": "Retrieves the collection of Dossier resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "in_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "in_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "td_cod",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "td_cod[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/dossiers/{dsNo}": {
          "get": {
            "operationId": "getDossierItem",
            "tags": [
              "Dossier"
            ],
            "responses": {
              "200": {
                "description": "Dossier resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/Dossier.jsonld-dossier"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/Dossier-dossier"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/Dossier-dossier"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a Dossier resource.",
            "description": "Retrieves a Dossier resource.",
            "parameters": [
              {
                "name": "dsNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/engagements": {
          "get": {
            "operationId": "getEngagementCollection",
            "tags": [
              "Engagement"
            ],
            "responses": {
              "200": {
                "description": "Engagement collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Engagement.jsonld-engagement"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Engagement-engagement"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Engagement-engagement"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of Engagement resources.",
            "description": "Retrieves the collection of Engagement resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "phase.ph_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "phase.ph_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "poule.gp_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "poule.gp_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "club.cl_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "club.cl_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/engagements/{id}": {
          "parameters": []
        },
        "/api/equipes": {
          "parameters": []
        },
        "/api/equipes/{eqNo}": {
          "parameters": []
        },
        "/api/equipes/{eqNo}/engagements": {
          "parameters": []
        },
        "/api/equipes/{eqNo}/matchs": {
          "parameters": []
        },
        "/api/individus": {
          "parameters": []
        },
        "/api/individus/{inNo}": {
          "get": {
            "operationId": "getIndividuItem",
            "tags": [
              "Individu"
            ],
            "responses": {
              "200": {
                "description": "Individu resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/Individu.jsonld-individu"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/Individu-individu"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/Individu-individu"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a Individu resource.",
            "description": "Retrieves a Individu resource.",
            "parameters": [
              {
                "name": "inNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/match_entities": {
          "get": {
            "operationId": "getMatchEntityCollection",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchEntity-match"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchEntity resources.",
            "description": "Permet de récupérer les matchs, /!\\ toujours passer des dates en filtre sinon timeout !!!",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "clNo",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "competition.cp_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[strictly_before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ma_dat[strictly_after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/match_entities/{maNo}": {
          "get": {
            "operationId": "getMatchEntityItem",
            "tags": [
              "MatchEntity"
            ],
            "responses": {
              "200": {
                "description": "MatchEntity resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/MatchEntity.jsonld-match"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/MatchEntity-match"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/MatchEntity-match"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a MatchEntity resource.",
            "description": "Retrieves a MatchEntity resource.",
            "parameters": [
              {
                "name": "maNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/match_feuilles": {
          "get": {
            "operationId": "getMatchFeuilleCollection",
            "tags": [
              "MatchFeuille"
            ],
            "responses": {
              "200": {
                "description": "MatchFeuille collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchFeuille.jsonld-match_feuille"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchFeuille-match_feuille"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchFeuille-match_feuille"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchFeuille resources.",
            "description": "Retrieves the collection of MatchFeuille resources.",
            "parameters": [
              {
                "name": "match_entity.ma_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "match_entity.ma_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/match_feuilles/{cfmNo}": {
          "get": {
            "operationId": "getMatchFeuilleItem",
            "tags": [
              "MatchFeuille"
            ],
            "responses": {
              "200": {
                "description": "MatchFeuille resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/MatchFeuille.jsonld-match_feuille"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/MatchFeuille-match_feuille"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/MatchFeuille-match_feuille"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a MatchFeuille resource.",
            "description": "Retrieves a MatchFeuille resource.",
            "parameters": [
              {
                "name": "cfmNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/match_membres": {
          "get": {
            "operationId": "getMatchMembreCollection",
            "tags": [
              "MatchMembre"
            ],
            "responses": {
              "200": {
                "description": "MatchMembre collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/MatchMembre.jsonld-match_membre"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchMembre-match_membre"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/MatchMembre-match_membre"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of MatchMembre resources.",
            "description": "Retrieves the collection of MatchMembre resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "in_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "in_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "match_entity.ma_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "match_entity.ma_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "match_entity.sa_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "match_entity.sa_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "po_cod",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "po_cod[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "in_no_obs",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "in_no_obs[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "cdg.cg_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "cdg.cg_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "mm_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "mm_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "order[match_entity.ma_dat]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string",
                  "enum": [
                    "asc",
                    "desc"
                  ]
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "match_entity.ma_dat[before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "match_entity.ma_dat[strictly_before]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "match_entity.ma_dat[after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "match_entity.ma_dat[strictly_after]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/match_membres/{id}": {
          "parameters": []
        },
        "/api/officiel_categories": {
          "get": {
            "operationId": "getOfficielCategorieCollection",
            "tags": [
              "OfficielCategorie"
            ],
            "responses": {
              "200": {
                "description": "OfficielCategorie collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/OfficielCategorie.jsonld-officiel_categorie"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/OfficielCategorie-officiel_categorie"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/OfficielCategorie-officiel_categorie"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of OfficielCategorie resources.",
            "description": "Retrieves the collection of OfficielCategorie resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "sa_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "sa_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "ca_cod",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ca_cod[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              },
              {
                "name": "ca_niv",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "string"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ca_niv[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/officiel_categories/{id}": {
          "get": {
            "operationId": "getOfficielCategorieItem",
            "tags": [
              "OfficielCategorie"
            ],
            "responses": {
              "200": {
                "description": "OfficielCategorie resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/OfficielCategorie.jsonld-officiel_categorie"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/OfficielCategorie-officiel_categorie"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/OfficielCategorie-officiel_categorie"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a OfficielCategorie resource.",
            "description": "Retrieves a OfficielCategorie resource.",
            "parameters": [
              {
                "name": "id",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/phases": {
          "get": {
            "operationId": "getPhaseCollection",
            "tags": [
              "Phase"
            ],
            "responses": {
              "200": {
                "description": "Phase collection",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "type": "object",
                      "properties": {
                        "hydra:member": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/Phase.jsonld-phase"
                          }
                        },
                        "hydra:totalItems": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "hydra:view": {
                          "type": "object",
                          "properties": {
                            "@id": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "@type": {
                              "type": "string"
                            },
                            "hydra:first": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:last": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:previous": {
                              "type": "string",
                              "format": "iri-reference"
                            },
                            "hydra:next": {
                              "type": "string",
                              "format": "iri-reference"
                            }
                          }
                        },
                        "hydra:search": {
                          "type": "object",
                          "properties": {
                            "@type": {
                              "type": "string"
                            },
                            "hydra:template": {
                              "type": "string"
                            },
                            "hydra:variableRepresentation": {
                              "type": "string"
                            },
                            "hydra:mapping": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "@type": {
                                    "type": "string"
                                  },
                                  "variable": {
                                    "type": "string"
                                  },
                                  "property": {
                                    "type": "string",
                                    "nullable": true
                                  },
                                  "required": {
                                    "type": "boolean"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "required": [
                        "hydra:member"
                      ]
                    }
                  },
                  "application/json": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Phase-phase"
                      }
                    }
                  },
                  "text/html": {
                    "schema": {
                      "type": "array",
                      "items": {
                        "$ref": "#/components/schemas/Phase-phase"
                      }
                    }
                  }
                }
              }
            },
            "summary": "Retrieves the collection of Phase resources.",
            "description": "Retrieves the collection of Phase resources.",
            "parameters": [
              {
                "name": "page",
                "in": "query",
                "description": "The collection page number",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer",
                  "default": 1
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ph_no",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "integer"
                },
                "style": "form",
                "explode": false,
                "allowReserved": false
              },
              {
                "name": "ph_no[]",
                "in": "query",
                "description": "",
                "required": false,
                "deprecated": false,
                "allowEmptyValue": true,
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "integer"
                  }
                },
                "style": "form",
                "explode": true,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        },
        "/api/phases/{phNo}": {
          "parameters": []
        },
        "/api/phases/{phNo}/poules": {
          "parameters": []
        },
        "/api/phases/{phNo}/poules/{poules}/classement_journees": {
          "parameters": []
        },
        "/api/phases/{phNo}/poules/{poules}/poule_journees": {
          "parameters": []
        },
        "/api/poule_journees": {
          "parameters": []
        },
        "/api/poule_journees/{pjNo}": {
          "parameters": []
        },
        "/api/poules": {
          "parameters": []
        },
        "/api/poules/{gpNo}": {
          "parameters": []
        },
        "/api/poules/{gpNo}/classement_journees": {
          "parameters": []
        },
        "/api/poules/{gpNo}/poule_journees": {
          "parameters": []
        },
        "/api/terrains/{teNo}": {
          "get": {
            "operationId": "getTerrainItem",
            "tags": [
              "Terrain"
            ],
            "responses": {
              "200": {
                "description": "Terrain resource",
                "content": {
                  "application/ld+json": {
                    "schema": {
                      "$ref": "#/components/schemas/Terrain.jsonld-terrain"
                    }
                  },
                  "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/Terrain-terrain"
                    }
                  },
                  "text/html": {
                    "schema": {
                      "$ref": "#/components/schemas/Terrain-terrain"
                    }
                  }
                }
              },
              "404": {
                "description": "Resource not found"
              }
            },
            "summary": "Retrieves a Terrain resource.",
            "description": "Retrieves a Terrain resource.",
            "parameters": [
              {
                "name": "teNo",
                "in": "path",
                "description": "Resource identifier",
                "required": true,
                "deprecated": false,
                "allowEmptyValue": false,
                "schema": {
                  "type": "string"
                },
                "style": "simple",
                "explode": false,
                "allowReserved": false
              }
            ],
            "deprecated": false
          },
          "parameters": []
        }
      },
      "components": {
        "schemas": {
          "Adresse-club": {
            "type": "object",
            "properties": {
              "ai_no": {
                "type": "integer",
                "nullable": true
              },
              "py_cod": {
                "type": "string",
                "nullable": true
              },
              "py_libelle": {
                "type": "string",
                "nullable": true
              },
              "ai_dat_maj": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ai_uti_maj": {
                "type": "string",
                "nullable": true
              },
              "ai_statut": {
                "type": "string",
                "nullable": true
              },
              "ai_dat": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ai_typ": {
                "type": "string",
                "nullable": true
              },
              "ai_typ_libelle": {
                "type": "string",
                "nullable": true
              },
              "ai_adr1": {
                "type": "string",
                "nullable": true
              },
              "ai_adr2": {
                "type": "string",
                "nullable": true
              },
              "ai_adr3": {
                "type": "string",
                "nullable": true
              },
              "ai_cp": {
                "type": "integer",
                "nullable": true
              },
              "ai_bdis": {
                "type": "string",
                "nullable": true
              },
              "ai_insee": {
                "type": "integer",
                "nullable": true
              },
              "ai_geo": {
                "type": "integer",
                "nullable": true
              },
              "ai_perso": {
                "type": "boolean",
                "nullable": true
              },
              "ai_club": {
                "type": "boolean",
                "nullable": true
              },
              "ai_des": {
                "type": "boolean",
                "nullable": true
              },
              "ai_prof": {
                "type": "boolean",
                "nullable": true
              },
              "ai_poi": {
                "type": "string",
                "nullable": true
              },
              "poi_latitude": {
                "type": "string",
                "nullable": true
              },
              "poi_longitude": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Adresse.jsonld-club": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "ai_no": {
                "type": "integer",
                "nullable": true
              },
              "py_cod": {
                "type": "string",
                "nullable": true
              },
              "py_libelle": {
                "type": "string",
                "nullable": true
              },
              "ai_dat_maj": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ai_uti_maj": {
                "type": "string",
                "nullable": true
              },
              "ai_statut": {
                "type": "string",
                "nullable": true
              },
              "ai_dat": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ai_typ": {
                "type": "string",
                "nullable": true
              },
              "ai_typ_libelle": {
                "type": "string",
                "nullable": true
              },
              "ai_adr1": {
                "type": "string",
                "nullable": true
              },
              "ai_adr2": {
                "type": "string",
                "nullable": true
              },
              "ai_adr3": {
                "type": "string",
                "nullable": true
              },
              "ai_cp": {
                "type": "integer",
                "nullable": true
              },
              "ai_bdis": {
                "type": "string",
                "nullable": true
              },
              "ai_insee": {
                "type": "integer",
                "nullable": true
              },
              "ai_geo": {
                "type": "integer",
                "nullable": true
              },
              "ai_perso": {
                "type": "boolean",
                "nullable": true
              },
              "ai_club": {
                "type": "boolean",
                "nullable": true
              },
              "ai_des": {
                "type": "boolean",
                "nullable": true
              },
              "ai_prof": {
                "type": "boolean",
                "nullable": true
              },
              "ai_poi": {
                "type": "string",
                "nullable": true
              },
              "poi_latitude": {
                "type": "string",
                "nullable": true
              },
              "poi_longitude": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Arbitre-arbitre": {
            "type": "object",
            "description": "Arbitre.",
            "properties": {
              "in_no": {
                "type": "string"
              },
              "li_no": {
                "type": "integer",
                "nullable": true
              },
              "sa_no": {
                "type": "integer",
                "nullable": true
              },
              "ar_dat1ere_lic": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_dat_rad": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_dat_integr": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_heur_integr": {
                "type": "string",
                "nullable": true
              },
              "individu": {
                "type": "string",
                "format": "iri-reference"
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-arbitre"
              },
              "club": {
                "type": "string",
                "format": "iri-reference"
              },
              "categories": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/ArbitreOfficielCategorie-arbitre"
                }
              }
            }
          },
          "Arbitre-officiel_categorie_arbitre": {
            "type": "object",
            "description": "Arbitre.",
            "properties": {
              "in_no": {
                "type": "string"
              },
              "li_no": {
                "type": "integer",
                "nullable": true
              },
              "sa_no": {
                "type": "integer",
                "nullable": true
              },
              "ar_dat1ere_lic": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_dat_rad": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_dat_integr": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_heur_integr": {
                "type": "string",
                "nullable": true
              },
              "individu": {
                "$ref": "#/components/schemas/Individu-officiel_categorie_arbitre"
              }
            }
          },
          "Arbitre.jsonld-arbitre": {
            "type": "object",
            "description": "Arbitre.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "in_no": {
                "type": "string"
              },
              "li_no": {
                "type": "integer",
                "nullable": true
              },
              "sa_no": {
                "type": "integer",
                "nullable": true
              },
              "ar_dat1ere_lic": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_dat_rad": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_dat_integr": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_heur_integr": {
                "type": "string",
                "nullable": true
              },
              "individu": {
                "type": "string",
                "format": "iri-reference"
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-arbitre"
              },
              "club": {
                "type": "string",
                "format": "iri-reference"
              },
              "categories": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/ArbitreOfficielCategorie.jsonld-arbitre"
                }
              }
            }
          },
          "Arbitre.jsonld-officiel_categorie_arbitre": {
            "type": "object",
            "description": "Arbitre.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "in_no": {
                "type": "string"
              },
              "li_no": {
                "type": "integer",
                "nullable": true
              },
              "sa_no": {
                "type": "integer",
                "nullable": true
              },
              "ar_dat1ere_lic": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_dat_rad": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_dat_integr": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ar_heur_integr": {
                "type": "string",
                "nullable": true
              },
              "individu": {
                "$ref": "#/components/schemas/Individu.jsonld-officiel_categorie_arbitre"
              }
            }
          },
          "ArbitreOfficielCategorie-arbitre": {
            "type": "object",
            "description": "",
            "properties": {
              "ac_dat_deb": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ac_dat_fin": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "officiel_categorie": {
                "$ref": "#/components/schemas/OfficielCategorie-arbitre"
              }
            }
          },
          "ArbitreOfficielCategorie-officiel_categorie_arbitre": {
            "type": "object",
            "description": "",
            "properties": {
              "arbitre": {
                "$ref": "#/components/schemas/Arbitre-officiel_categorie_arbitre"
              }
            }
          },
          "ArbitreOfficielCategorie.jsonld-arbitre": {
            "type": "object",
            "description": "",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "ac_dat_deb": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ac_dat_fin": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "officiel_categorie": {
                "$ref": "#/components/schemas/OfficielCategorie.jsonld-arbitre"
              }
            }
          },
          "ArbitreOfficielCategorie.jsonld-officiel_categorie_arbitre": {
            "type": "object",
            "description": "",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "arbitre": {
                "$ref": "#/components/schemas/Arbitre.jsonld-officiel_categorie_arbitre"
              }
            }
          },
          "CalculBilanSaison-calculBilanSaison": {
            "type": "object",
            "description": "CalculBilanSaison.",
            "properties": {
              "sa_no": {
                "type": "integer"
              },
              "nb_team": {
                "type": "integer",
                "nullable": true
              },
              "ranking_evol": {
                "type": "string",
                "nullable": true
              },
              "nb_match": {
                "type": "integer",
                "nullable": true
              },
              "nb_win_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_equal_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_lost_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_win_away": {
                "type": "integer",
                "nullable": true
              },
              "nb_equal_away": {
                "type": "integer",
                "nullable": true
              },
              "nb_lost_away": {
                "type": "integer",
                "nullable": true
              },
              "goal_scored": {
                "type": "integer",
                "nullable": true
              },
              "average_goal_scored": {
                "type": "number",
                "nullable": true
              },
              "goal_conceded": {
                "type": "integer",
                "nullable": true
              },
              "average_goal_conceded": {
                "type": "number",
                "nullable": true
              },
              "best_match": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculBilanSaison"
                  }
                ]
              },
              "worst_match": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculBilanSaison"
                  }
                ]
              },
              "team_final_position": {
                "type": "string",
                "nullable": true
              },
              "equipe": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-calculBilanSaison"
                  }
                ]
              }
            }
          },
          "CalculBilanSaison.jsonld-calculBilanSaison": {
            "type": "object",
            "description": "CalculBilanSaison.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "sa_no": {
                "type": "integer"
              },
              "nb_team": {
                "type": "integer",
                "nullable": true
              },
              "ranking_evol": {
                "type": "string",
                "nullable": true
              },
              "nb_match": {
                "type": "integer",
                "nullable": true
              },
              "nb_win_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_equal_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_lost_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_win_away": {
                "type": "integer",
                "nullable": true
              },
              "nb_equal_away": {
                "type": "integer",
                "nullable": true
              },
              "nb_lost_away": {
                "type": "integer",
                "nullable": true
              },
              "goal_scored": {
                "type": "integer",
                "nullable": true
              },
              "average_goal_scored": {
                "type": "number",
                "nullable": true
              },
              "goal_conceded": {
                "type": "integer",
                "nullable": true
              },
              "average_goal_conceded": {
                "type": "number",
                "nullable": true
              },
              "best_match": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculBilanSaison"
                  }
                ]
              },
              "worst_match": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculBilanSaison"
                  }
                ]
              },
              "team_final_position": {
                "type": "string",
                "nullable": true
              },
              "equipe": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-calculBilanSaison"
                  }
                ]
              }
            }
          },
          "CalculClassement": {
            "type": "object",
            "properties": {
              "poule": {
                "type": "string",
                "format": "iri-reference"
              },
              "cj_no": {
                "type": "integer",
                "nullable": true
              },
              "cj_place": {
                "type": "integer",
                "nullable": true
              },
              "cj_nb_but_pour": {
                "type": "integer",
                "nullable": true
              },
              "cj_nb_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "cj_place_but_pour": {
                "type": "integer",
                "nullable": true
              },
              "cj_place_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "date_match": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "equipe": {
                "type": "string",
                "format": "iri-reference"
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              }
            }
          },
          "CalculClassement.jsonld": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "poule": {
                "type": "string",
                "format": "iri-reference"
              },
              "cj_no": {
                "type": "integer",
                "nullable": true
              },
              "cj_place": {
                "type": "integer",
                "nullable": true
              },
              "cj_nb_but_pour": {
                "type": "integer",
                "nullable": true
              },
              "cj_nb_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "cj_place_but_pour": {
                "type": "integer",
                "nullable": true
              },
              "cj_place_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "date_match": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "equipe": {
                "type": "string",
                "format": "iri-reference"
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              }
            }
          },
          "CalculMatchHisto-calculMatchHisto": {
            "type": "object",
            "description": "CalculMatchHisto.",
            "properties": {
              "nb_ma_win": {
                "type": "integer",
                "nullable": true
              },
              "nb_ma_win_eq2": {
                "type": "integer",
                "nullable": true
              },
              "nb_ma_equal": {
                "type": "integer",
                "nullable": true
              },
              "match1": {
                "readOnly": true,
                "$ref": "#/components/schemas/MatchEntity-calculMatchHisto"
              },
              "match2": {
                "readOnly": true,
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculMatchHisto"
                  }
                ]
              },
              "match3": {
                "readOnly": true,
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculMatchHisto"
                  }
                ]
              },
              "match4": {
                "readOnly": true,
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculMatchHisto"
                  }
                ]
              },
              "match5": {
                "readOnly": true,
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculMatchHisto"
                  }
                ]
              }
            }
          },
          "CalculMatchHisto.jsonld-calculMatchHisto": {
            "type": "object",
            "description": "CalculMatchHisto.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "nb_ma_win": {
                "type": "integer",
                "nullable": true
              },
              "nb_ma_win_eq2": {
                "type": "integer",
                "nullable": true
              },
              "nb_ma_equal": {
                "type": "integer",
                "nullable": true
              },
              "match1": {
                "readOnly": true,
                "$ref": "#/components/schemas/MatchEntity.jsonld-calculMatchHisto"
              },
              "match2": {
                "readOnly": true,
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculMatchHisto"
                  }
                ]
              },
              "match3": {
                "readOnly": true,
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculMatchHisto"
                  }
                ]
              },
              "match4": {
                "readOnly": true,
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculMatchHisto"
                  }
                ]
              },
              "match5": {
                "readOnly": true,
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculMatchHisto"
                  }
                ]
              }
            }
          },
          "CalculSerieCours-calculSerieCours": {
            "type": "object",
            "description": "CalculSerieCours.",
            "properties": {
              "goal_scored": {
                "type": "integer",
                "nullable": true
              },
              "goal_conceded": {
                "type": "integer",
                "nullable": true
              },
              "day1": {
                "type": "string",
                "nullable": true
              },
              "day2": {
                "type": "string",
                "nullable": true
              },
              "day3": {
                "type": "string",
                "nullable": true
              },
              "day4": {
                "type": "string",
                "nullable": true
              },
              "day5": {
                "type": "string",
                "nullable": true
              },
              "match1": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculSerieCours"
                  }
                ]
              },
              "match2": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculSerieCours"
                  }
                ]
              },
              "match3": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculSerieCours"
                  }
                ]
              },
              "match4": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculSerieCours"
                  }
                ]
              },
              "match5": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-calculSerieCours"
                  }
                ]
              },
              "nb_match": {
                "type": "integer",
                "nullable": true
              },
              "nb_match_win": {
                "type": "integer",
                "nullable": true
              },
              "nb_match_lost": {
                "type": "integer",
                "nullable": true
              },
              "nb_match_equal": {
                "type": "integer",
                "nullable": true
              },
              "nb_win_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_lost_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_equal_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_win_away": {
                "type": "integer",
                "nullable": true
              },
              "nb_lost_away": {
                "type": "integer",
                "nullable": true
              },
              "nb_equal_away": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "CalculSerieCours.jsonld-calculSerieCours": {
            "type": "object",
            "description": "CalculSerieCours.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "goal_scored": {
                "type": "integer",
                "nullable": true
              },
              "goal_conceded": {
                "type": "integer",
                "nullable": true
              },
              "day1": {
                "type": "string",
                "nullable": true
              },
              "day2": {
                "type": "string",
                "nullable": true
              },
              "day3": {
                "type": "string",
                "nullable": true
              },
              "day4": {
                "type": "string",
                "nullable": true
              },
              "day5": {
                "type": "string",
                "nullable": true
              },
              "match1": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculSerieCours"
                  }
                ]
              },
              "match2": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculSerieCours"
                  }
                ]
              },
              "match3": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculSerieCours"
                  }
                ]
              },
              "match4": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculSerieCours"
                  }
                ]
              },
              "match5": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-calculSerieCours"
                  }
                ]
              },
              "nb_match": {
                "type": "integer",
                "nullable": true
              },
              "nb_match_win": {
                "type": "integer",
                "nullable": true
              },
              "nb_match_lost": {
                "type": "integer",
                "nullable": true
              },
              "nb_match_equal": {
                "type": "integer",
                "nullable": true
              },
              "nb_win_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_lost_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_equal_home": {
                "type": "integer",
                "nullable": true
              },
              "nb_win_away": {
                "type": "integer",
                "nullable": true
              },
              "nb_lost_away": {
                "type": "integer",
                "nullable": true
              },
              "nb_equal_away": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Cdg-arbitre": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Cdg-cdg": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "cg_cod": {
                "type": "integer"
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "cg_no_supp": {
                "type": "integer",
                "nullable": true
              },
              "sa_no": {
                "type": "integer",
                "nullable": true
              },
              "cp_cod": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            }
          },
          "Cdg-classement": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Cdg-club": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "cp_cod": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            }
          },
          "Cdg-compet": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "cp_cod": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            }
          },
          "Cdg-dossier": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "cg_no_supp": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Cdg-engagement": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              }
            }
          },
          "Cdg-equipe": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "name": {
                "type": "string"
              },
              "sa_no": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Cdg-match": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "name": {
                "type": "string"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Cdg-match_membre": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "max_date_referee": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "max_date_delegate": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Cdg-poule": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "cg_no": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Cdg.jsonld-arbitre": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Cdg.jsonld-cdg": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "cg_cod": {
                "type": "integer"
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "cg_no_supp": {
                "type": "integer",
                "nullable": true
              },
              "sa_no": {
                "type": "integer",
                "nullable": true
              },
              "cp_cod": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            }
          },
          "Cdg.jsonld-classement": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Cdg.jsonld-club": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "cp_cod": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            }
          },
          "Cdg.jsonld-compet": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "cp_cod": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              }
            }
          },
          "Cdg.jsonld-dossier": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "cg_no_supp": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Cdg.jsonld-engagement": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              }
            }
          },
          "Cdg.jsonld-equipe": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "name": {
                "type": "string"
              },
              "sa_no": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Cdg.jsonld-match": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "name": {
                "type": "string"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Cdg.jsonld-match_membre": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              },
              "type_label": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "max_date_referee": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "max_date_delegate": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Cdg.jsonld-poule": {
            "type": "object",
            "description": "Cdg.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cg_no": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "ClassementJournee": {
            "type": "object",
            "description": "",
            "properties": {
              "club": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "season": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "cj_no": {
                "type": "integer"
              },
              "type": {
                "type": "string"
              },
              "point_count": {
                "type": "integer",
                "nullable": true
              },
              "penalty_point_count": {
                "type": "integer",
                "nullable": true
              },
              "won_games_count": {
                "type": "integer",
                "nullable": true
              },
              "draw_games_count": {
                "type": "integer",
                "nullable": true
              },
              "lost_games_count": {
                "type": "integer",
                "nullable": true
              },
              "forfeits_games_count": {
                "type": "integer",
                "nullable": true
              },
              "goals_for_count": {
                "type": "integer",
                "nullable": true
              },
              "goals_against_count": {
                "type": "integer",
                "nullable": true
              },
              "rank": {
                "type": "integer",
                "nullable": true
              },
              "cj_class": {
                "type": "integer",
                "nullable": true
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "phase": {
                "type": "string",
                "format": "iri-reference"
              },
              "poule": {
                "type": "string",
                "format": "iri-reference"
              },
              "equipe": {
                "type": "string",
                "format": "iri-reference"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "goals_diff": {
                "readOnly": true,
                "type": "integer"
              },
              "total_games_count": {
                "readOnly": true,
                "type": "integer"
              }
            }
          },
          "ClassementJournee-classement": {
            "type": "object",
            "description": "",
            "properties": {
              "season": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "cj_no": {
                "type": "integer"
              },
              "type": {
                "type": "string"
              },
              "point_count": {
                "type": "integer",
                "nullable": true
              },
              "penalty_point_count": {
                "type": "integer",
                "nullable": true
              },
              "won_games_count": {
                "type": "integer",
                "nullable": true
              },
              "draw_games_count": {
                "type": "integer",
                "nullable": true
              },
              "lost_games_count": {
                "type": "integer",
                "nullable": true
              },
              "forfeits_games_count": {
                "type": "integer",
                "nullable": true
              },
              "goals_for_count": {
                "type": "integer",
                "nullable": true
              },
              "goals_against_count": {
                "type": "integer",
                "nullable": true
              },
              "rank": {
                "type": "integer",
                "nullable": true
              },
              "poule": {
                "$ref": "#/components/schemas/Poule-classement"
              },
              "equipe": {
                "$ref": "#/components/schemas/Equipe-classement"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "goals_diff": {
                "readOnly": true,
                "type": "integer"
              },
              "total_games_count": {
                "readOnly": true,
                "type": "integer"
              }
            }
          },
          "ClassementJournee.jsonld": {
            "type": "object",
            "description": "",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "club": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "season": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "cj_no": {
                "type": "integer"
              },
              "type": {
                "type": "string"
              },
              "point_count": {
                "type": "integer",
                "nullable": true
              },
              "penalty_point_count": {
                "type": "integer",
                "nullable": true
              },
              "won_games_count": {
                "type": "integer",
                "nullable": true
              },
              "draw_games_count": {
                "type": "integer",
                "nullable": true
              },
              "lost_games_count": {
                "type": "integer",
                "nullable": true
              },
              "forfeits_games_count": {
                "type": "integer",
                "nullable": true
              },
              "goals_for_count": {
                "type": "integer",
                "nullable": true
              },
              "goals_against_count": {
                "type": "integer",
                "nullable": true
              },
              "rank": {
                "type": "integer",
                "nullable": true
              },
              "cj_class": {
                "type": "integer",
                "nullable": true
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "phase": {
                "type": "string",
                "format": "iri-reference"
              },
              "poule": {
                "type": "string",
                "format": "iri-reference"
              },
              "equipe": {
                "type": "string",
                "format": "iri-reference"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "goals_diff": {
                "readOnly": true,
                "type": "integer"
              },
              "total_games_count": {
                "readOnly": true,
                "type": "integer"
              }
            }
          },
          "ClassementJournee.jsonld-classement": {
            "type": "object",
            "description": "",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "season": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "cj_no": {
                "type": "integer"
              },
              "type": {
                "type": "string"
              },
              "point_count": {
                "type": "integer",
                "nullable": true
              },
              "penalty_point_count": {
                "type": "integer",
                "nullable": true
              },
              "won_games_count": {
                "type": "integer",
                "nullable": true
              },
              "draw_games_count": {
                "type": "integer",
                "nullable": true
              },
              "lost_games_count": {
                "type": "integer",
                "nullable": true
              },
              "forfeits_games_count": {
                "type": "integer",
                "nullable": true
              },
              "goals_for_count": {
                "type": "integer",
                "nullable": true
              },
              "goals_against_count": {
                "type": "integer",
                "nullable": true
              },
              "rank": {
                "type": "integer",
                "nullable": true
              },
              "poule": {
                "$ref": "#/components/schemas/Poule.jsonld-classement"
              },
              "equipe": {
                "$ref": "#/components/schemas/Equipe.jsonld-classement"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "goals_diff": {
                "readOnly": true,
                "type": "integer"
              },
              "total_games_count": {
                "readOnly": true,
                "type": "integer"
              }
            }
          },
          "Club-calculBilanSaison": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "affiliation_number": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Club-classement": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "cl_no": {
                "type": "integer"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Club-club": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "cl_no": {
                "type": "integer"
              },
              "district": {
                "$ref": "#/components/schemas/Cdg-club"
              },
              "department_code": {
                "type": "integer",
                "nullable": true
              },
              "affiliation_number": {
                "type": "integer",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "location": {
                "type": "string",
                "nullable": true
              },
              "colors": {
                "type": "string",
                "nullable": true
              },
              "address1": {
                "type": "string",
                "nullable": true
              },
              "address2": {
                "type": "string",
                "nullable": true
              },
              "address3": {
                "type": "string",
                "nullable": true
              },
              "postal_code": {
                "type": "string",
                "nullable": true
              },
              "distributor_office": {
                "type": "string",
                "nullable": true
              },
              "latitude": {
                "type": "number",
                "nullable": true
              },
              "longitude": {
                "type": "number",
                "nullable": true
              },
              "terrains": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Terrain-club"
                }
              },
              "membres": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/ClubTitre-club"
                }
              },
              "logo": {
                "readOnly": true,
                "type": "string"
              },
              "contacts": {
                "readOnly": true,
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Contact-club"
                }
              }
            }
          },
          "Club-engagement": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "cl_no": {
                "type": "integer"
              },
              "affiliation_number": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Club-equipe": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "cl_no": {
                "type": "integer"
              },
              "district": {
                "$ref": "#/components/schemas/Cdg-equipe"
              },
              "affiliation_number": {
                "type": "integer",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "logo": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Club-match": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "cl_no": {
                "type": "integer"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "logo": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Club-match_membre": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "logo": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Club.jsonld-calculBilanSaison": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "affiliation_number": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Club.jsonld-classement": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cl_no": {
                "type": "integer"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Club.jsonld-club": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "cl_no": {
                "type": "integer"
              },
              "district": {
                "$ref": "#/components/schemas/Cdg.jsonld-club"
              },
              "department_code": {
                "type": "integer",
                "nullable": true
              },
              "affiliation_number": {
                "type": "integer",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "location": {
                "type": "string",
                "nullable": true
              },
              "colors": {
                "type": "string",
                "nullable": true
              },
              "address1": {
                "type": "string",
                "nullable": true
              },
              "address2": {
                "type": "string",
                "nullable": true
              },
              "address3": {
                "type": "string",
                "nullable": true
              },
              "postal_code": {
                "type": "string",
                "nullable": true
              },
              "distributor_office": {
                "type": "string",
                "nullable": true
              },
              "latitude": {
                "type": "number",
                "nullable": true
              },
              "longitude": {
                "type": "number",
                "nullable": true
              },
              "terrains": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Terrain.jsonld-club"
                }
              },
              "membres": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/ClubTitre.jsonld-club"
                }
              },
              "logo": {
                "readOnly": true,
                "type": "string"
              },
              "contacts": {
                "readOnly": true,
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Contact.jsonld-club"
                }
              }
            }
          },
          "Club.jsonld-engagement": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cl_no": {
                "type": "integer"
              },
              "affiliation_number": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Club.jsonld-equipe": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cl_no": {
                "type": "integer"
              },
              "district": {
                "$ref": "#/components/schemas/Cdg.jsonld-equipe"
              },
              "affiliation_number": {
                "type": "integer",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "logo": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Club.jsonld-match": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cl_no": {
                "type": "integer"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "logo": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Club.jsonld-match_membre": {
            "type": "object",
            "description": "Club.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "logo": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "ClubTitre-club": {
            "type": "object",
            "properties": {
              "individu": {
                "$ref": "#/components/schemas/Individu-club"
              },
              "in_nom": {
                "type": "string",
                "nullable": true
              },
              "in_prenom": {
                "type": "string",
                "nullable": true
              },
              "ti_lib": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "ClubTitre.jsonld-club": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "individu": {
                "$ref": "#/components/schemas/Individu.jsonld-club"
              },
              "in_nom": {
                "type": "string",
                "nullable": true
              },
              "in_prenom": {
                "type": "string",
                "nullable": true
              },
              "ti_lib": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet-calculBilanSaison": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet-calculMatchHisto": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet-calculSerieCours": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet-compet": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "cp_no": {
                "type": "integer"
              },
              "season": {
                "type": "integer"
              },
              "license_code": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "shortname": {
                "type": "string",
                "nullable": true
              },
              "cp_niv": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-compet"
              },
              "phases": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Phase-compet"
                }
              }
            }
          },
          "Compet-dossier": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet-engagement": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "cp_no": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "cp_tri": {
                "type": "integer",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-engagement"
              }
            }
          },
          "Compet-equipe": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "cp_no": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet-match": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "cp_no": {
                "type": "integer"
              },
              "season": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-match"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Compet-match_membre": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "cp_no": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-match_membre"
              }
            }
          },
          "Compet-phase": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "cp_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet-poule": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "cp_no": {
                "type": "integer"
              }
            }
          },
          "Compet-pouleJournee": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "cp_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet.jsonld-calculBilanSaison": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet.jsonld-calculMatchHisto": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet.jsonld-calculSerieCours": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet.jsonld-compet": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "cp_no": {
                "type": "integer"
              },
              "season": {
                "type": "integer"
              },
              "license_code": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "shortname": {
                "type": "string",
                "nullable": true
              },
              "cp_niv": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-compet"
              },
              "phases": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Phase.jsonld-compet"
                }
              }
            }
          },
          "Compet.jsonld-dossier": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet.jsonld-engagement": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cp_no": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "cp_tri": {
                "type": "integer",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-engagement"
              }
            }
          },
          "Compet.jsonld-equipe": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cp_no": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet.jsonld-match": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cp_no": {
                "type": "integer"
              },
              "season": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-match"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Compet.jsonld-match_membre": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cp_no": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-match_membre"
              }
            }
          },
          "Compet.jsonld-phase": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cp_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Compet.jsonld-poule": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cp_no": {
                "type": "integer"
              }
            }
          },
          "Compet.jsonld-pouleJournee": {
            "type": "object",
            "description": "Compet.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cp_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "level": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Contact-club": {
            "type": "object",
            "properties": {
              "type": {
                "type": "string",
                "nullable": true
              },
              "type_label": {
                "type": "string",
                "nullable": true
              },
              "value": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Contact.jsonld-club": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "type_label": {
                "type": "string",
                "nullable": true
              },
              "value": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Dossier-dossier": {
            "type": "object",
            "description": "Dossier.",
            "properties": {
              "ds_no": {
                "type": "string",
                "nullable": true
              },
              "sa_no": {
                "type": "integer"
              },
              "in_no": {
                "type": "string",
                "nullable": true
              },
              "li_no": {
                "type": "string",
                "nullable": true
              },
              "td_cod": {
                "type": "string"
              },
              "dec_no": {
                "type": "string",
                "nullable": true
              },
              "ds_dat": {
                "type": "string",
                "format": "date-time"
              },
              "ds_lib_motif": {
                "type": "string",
                "nullable": true
              },
              "ds_sujet": {
                "type": "string",
                "nullable": true
              },
              "ds_nb_jaune": {
                "type": "integer",
                "nullable": true
              },
              "ds_rouge": {
                "type": "string",
                "nullable": true
              },
              "ds_hors_match": {
                "type": "string",
                "nullable": true
              },
              "in_nom": {
                "type": "string",
                "nullable": true
              },
              "in_prenom": {
                "type": "string",
                "nullable": true
              },
              "in_civ": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-dossier"
              },
              "match_entity": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-dossier"
                  }
                ]
              },
              "equipe": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-dossier"
                  }
                ]
              },
              "decisions": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/DossierDecision-dossier"
                }
              }
            }
          },
          "Dossier.jsonld-dossier": {
            "type": "object",
            "description": "Dossier.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "ds_no": {
                "type": "string",
                "nullable": true
              },
              "sa_no": {
                "type": "integer"
              },
              "in_no": {
                "type": "string",
                "nullable": true
              },
              "li_no": {
                "type": "string",
                "nullable": true
              },
              "td_cod": {
                "type": "string"
              },
              "dec_no": {
                "type": "string",
                "nullable": true
              },
              "ds_dat": {
                "type": "string",
                "format": "date-time"
              },
              "ds_lib_motif": {
                "type": "string",
                "nullable": true
              },
              "ds_sujet": {
                "type": "string",
                "nullable": true
              },
              "ds_nb_jaune": {
                "type": "integer",
                "nullable": true
              },
              "ds_rouge": {
                "type": "string",
                "nullable": true
              },
              "ds_hors_match": {
                "type": "string",
                "nullable": true
              },
              "in_nom": {
                "type": "string",
                "nullable": true
              },
              "in_prenom": {
                "type": "string",
                "nullable": true
              },
              "in_civ": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-dossier"
              },
              "match_entity": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-dossier"
                  }
                ]
              },
              "equipe": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-dossier"
                  }
                ]
              },
              "decisions": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/DossierDecision.jsonld-dossier"
                }
              }
            }
          },
          "DossierDecision-dossier": {
            "type": "object",
            "properties": {
              "dd_no": {
                "type": "integer"
              },
              "cc_cod": {
                "type": "string",
                "nullable": true
              },
              "dd_statut": {
                "type": "string"
              },
              "dd_dat_effet": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "dd_dat_fin": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "dd_dat_delai_recid": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "dd_a_vie": {
                "type": "string",
                "nullable": true
              },
              "dd_lib_motif": {
                "type": "string",
                "nullable": true
              },
              "dd_lib_decis": {
                "type": "string",
                "nullable": true
              },
              "dd_epur": {
                "type": "string",
                "nullable": true
              },
              "dd_purg": {
                "type": "string",
                "nullable": true
              },
              "dd_niv": {
                "type": "integer",
                "nullable": true
              },
              "lb_no": {
                "type": "integer"
              },
              "dc_diff_info": {
                "type": "string",
                "nullable": true
              },
              "lb_dat": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "fc_mt": {
                "type": "string",
                "nullable": true
              },
              "cr_dat": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "DossierDecision.jsonld-dossier": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "dd_no": {
                "type": "integer"
              },
              "cc_cod": {
                "type": "string",
                "nullable": true
              },
              "dd_statut": {
                "type": "string"
              },
              "dd_dat_effet": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "dd_dat_fin": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "dd_dat_delai_recid": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "dd_a_vie": {
                "type": "string",
                "nullable": true
              },
              "dd_lib_motif": {
                "type": "string",
                "nullable": true
              },
              "dd_lib_decis": {
                "type": "string",
                "nullable": true
              },
              "dd_epur": {
                "type": "string",
                "nullable": true
              },
              "dd_purg": {
                "type": "string",
                "nullable": true
              },
              "dd_niv": {
                "type": "integer",
                "nullable": true
              },
              "lb_no": {
                "type": "integer"
              },
              "dc_diff_info": {
                "type": "string",
                "nullable": true
              },
              "lb_dat": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "fc_mt": {
                "type": "string",
                "nullable": true
              },
              "cr_dat": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Engagement": {
            "type": "object",
            "description": "Engagement.",
            "properties": {
              "club": {
                "type": "string",
                "format": "iri-reference"
              },
              "sa_no": {
                "type": "integer"
              },
              "terrain": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "en_statut": {
                "type": "string"
              },
              "en_forf_gene": {
                "type": "string"
              },
              "en_tour_no": {
                "type": "integer",
                "nullable": true
              },
              "en_elimine": {
                "type": "string",
                "nullable": true
              },
              "en_excl_class": {
                "type": "string",
                "nullable": true
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "phase": {
                "type": "string",
                "format": "iri-reference"
              },
              "poule": {
                "type": "string",
                "format": "iri-reference"
              },
              "equipe": {
                "type": "string",
                "format": "iri-reference"
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "external_message_id": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Engagement-engagement": {
            "type": "object",
            "description": "Engagement.",
            "properties": {
              "sa_no": {
                "type": "integer"
              },
              "terrain": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "en_statut": {
                "type": "string"
              },
              "en_forf_gene": {
                "type": "string"
              },
              "en_tour_no": {
                "type": "integer",
                "nullable": true
              },
              "en_elimine": {
                "type": "string",
                "nullable": true
              },
              "en_excl_class": {
                "type": "string",
                "nullable": true
              },
              "competition": {
                "$ref": "#/components/schemas/Compet-engagement"
              },
              "phase": {
                "$ref": "#/components/schemas/Phase-engagement"
              },
              "poule": {
                "$ref": "#/components/schemas/Poule-engagement"
              },
              "equipe": {
                "$ref": "#/components/schemas/Equipe-engagement"
              }
            }
          },
          "Engagement-equipe": {
            "type": "object",
            "description": "Engagement.",
            "properties": {
              "sa_no": {
                "type": "integer"
              },
              "terrain": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "en_statut": {
                "type": "string"
              },
              "en_forf_gene": {
                "type": "string"
              },
              "en_tour_no": {
                "type": "integer",
                "nullable": true
              },
              "en_elimine": {
                "type": "string",
                "nullable": true
              },
              "en_excl_class": {
                "type": "string",
                "nullable": true
              },
              "competition": {
                "$ref": "#/components/schemas/Compet-equipe"
              },
              "phase": {
                "$ref": "#/components/schemas/Phase-equipe"
              },
              "poule": {
                "$ref": "#/components/schemas/Poule-equipe"
              }
            }
          },
          "Engagement-match": {
            "type": "object",
            "description": "Engagement.",
            "properties": {
              "competition": {
                "$ref": "#/components/schemas/Compet-match"
              }
            }
          },
          "Engagement.jsonld": {
            "type": "object",
            "description": "Engagement.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "club": {
                "type": "string",
                "format": "iri-reference"
              },
              "sa_no": {
                "type": "integer"
              },
              "terrain": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "en_statut": {
                "type": "string"
              },
              "en_forf_gene": {
                "type": "string"
              },
              "en_tour_no": {
                "type": "integer",
                "nullable": true
              },
              "en_elimine": {
                "type": "string",
                "nullable": true
              },
              "en_excl_class": {
                "type": "string",
                "nullable": true
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "phase": {
                "type": "string",
                "format": "iri-reference"
              },
              "poule": {
                "type": "string",
                "format": "iri-reference"
              },
              "equipe": {
                "type": "string",
                "format": "iri-reference"
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "external_message_id": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Engagement.jsonld-engagement": {
            "type": "object",
            "description": "Engagement.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "sa_no": {
                "type": "integer"
              },
              "terrain": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "en_statut": {
                "type": "string"
              },
              "en_forf_gene": {
                "type": "string"
              },
              "en_tour_no": {
                "type": "integer",
                "nullable": true
              },
              "en_elimine": {
                "type": "string",
                "nullable": true
              },
              "en_excl_class": {
                "type": "string",
                "nullable": true
              },
              "competition": {
                "$ref": "#/components/schemas/Compet.jsonld-engagement"
              },
              "phase": {
                "$ref": "#/components/schemas/Phase.jsonld-engagement"
              },
              "poule": {
                "$ref": "#/components/schemas/Poule.jsonld-engagement"
              },
              "equipe": {
                "$ref": "#/components/schemas/Equipe.jsonld-engagement"
              }
            }
          },
          "Engagement.jsonld-equipe": {
            "type": "object",
            "description": "Engagement.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "sa_no": {
                "type": "integer"
              },
              "terrain": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "en_statut": {
                "type": "string"
              },
              "en_forf_gene": {
                "type": "string"
              },
              "en_tour_no": {
                "type": "integer",
                "nullable": true
              },
              "en_elimine": {
                "type": "string",
                "nullable": true
              },
              "en_excl_class": {
                "type": "string",
                "nullable": true
              },
              "competition": {
                "$ref": "#/components/schemas/Compet.jsonld-equipe"
              },
              "phase": {
                "$ref": "#/components/schemas/Phase.jsonld-equipe"
              },
              "poule": {
                "$ref": "#/components/schemas/Poule.jsonld-equipe"
              }
            }
          },
          "Engagement.jsonld-match": {
            "type": "object",
            "description": "Engagement.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "competition": {
                "$ref": "#/components/schemas/Compet.jsonld-match"
              }
            }
          },
          "Equipe-calculBilanSaison": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club-calculBilanSaison"
                  }
                ]
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe-calculMatchHisto": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe-calculSerieCours": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe-classement": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club-classement"
                  }
                ]
              },
              "category_code": {
                "type": "string",
                "nullable": true
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "category_label": {
                "readOnly": true,
                "type": "string"
              },
              "category_gender": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Equipe-dossier": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe-engagement": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club-engagement"
                  }
                ]
              },
              "category_code": {
                "type": "string",
                "nullable": true
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "category_label": {
                "readOnly": true,
                "type": "string"
              },
              "category_gender": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Equipe-equipe": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club-equipe"
                  }
                ]
              },
              "season": {
                "type": "integer"
              },
              "category_code": {
                "type": "string",
                "nullable": true
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "engagements": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Engagement-equipe"
                }
              },
              "category_label": {
                "readOnly": true,
                "type": "string"
              },
              "category_gender": {
                "readOnly": true,
                "type": "string"
              },
              "diffusable": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Equipe-match": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club-match"
                  }
                ]
              },
              "category_code": {
                "type": "string",
                "nullable": true
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "engagements": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Engagement-match"
                }
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "category_label": {
                "readOnly": true,
                "type": "string"
              },
              "category_gender": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Equipe-match_membre": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club-match_membre"
                  }
                ]
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe.jsonld-calculBilanSaison": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club.jsonld-calculBilanSaison"
                  }
                ]
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe.jsonld-calculMatchHisto": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe.jsonld-calculSerieCours": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe.jsonld-classement": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club.jsonld-classement"
                  }
                ]
              },
              "category_code": {
                "type": "string",
                "nullable": true
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "category_label": {
                "readOnly": true,
                "type": "string"
              },
              "category_gender": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Equipe.jsonld-dossier": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Equipe.jsonld-engagement": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club.jsonld-engagement"
                  }
                ]
              },
              "category_code": {
                "type": "string",
                "nullable": true
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "category_label": {
                "readOnly": true,
                "type": "string"
              },
              "category_gender": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Equipe.jsonld-equipe": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club.jsonld-equipe"
                  }
                ]
              },
              "season": {
                "type": "integer"
              },
              "category_code": {
                "type": "string",
                "nullable": true
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "engagements": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Engagement.jsonld-equipe"
                }
              },
              "category_label": {
                "readOnly": true,
                "type": "string"
              },
              "category_gender": {
                "readOnly": true,
                "type": "string"
              },
              "diffusable": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Equipe.jsonld-match": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club.jsonld-match"
                  }
                ]
              },
              "category_code": {
                "type": "string",
                "nullable": true
              },
              "number": {
                "type": "integer"
              },
              "code": {
                "type": "integer"
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "engagements": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Engagement.jsonld-match"
                }
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "category_label": {
                "readOnly": true,
                "type": "string"
              },
              "category_gender": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Equipe.jsonld-match_membre": {
            "type": "object",
            "description": "Equipe.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "club": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Club.jsonld-match_membre"
                  }
                ]
              },
              "short_name": {
                "type": "string",
                "nullable": true
              },
              "short_name_ligue": {
                "type": "string",
                "nullable": true
              },
              "short_name_federation": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Individu-club": {
            "type": "object",
            "description": "Individu.",
            "properties": {
              "in_no": {
                "type": "string"
              },
              "adresses": {
                "writeOnly": true,
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Adresse-club"
                }
              },
              "contacts": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "nullable": true
              }
            }
          },
          "Individu-individu": {
            "type": "object",
            "description": "Individu.",
            "properties": {
              "in_no": {
                "type": "string"
              },
              "in_nom": {
                "type": "string"
              },
              "in_prenom": {
                "type": "string"
              },
              "in_sexe": {
                "type": "string"
              },
              "in_civ": {
                "type": "string",
                "nullable": true
              },
              "in_diff_adr": {
                "type": "string",
                "nullable": true
              },
              "in_dat_nais": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "contacts": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "nullable": true
              }
            }
          },
          "Individu-officiel_categorie_arbitre": {
            "type": "object",
            "description": "Individu.",
            "properties": {
              "in_nom": {
                "type": "string"
              },
              "in_prenom": {
                "type": "string"
              },
              "in_sexe": {
                "type": "string"
              },
              "in_dat_nais": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Individu.jsonld-club": {
            "type": "object",
            "description": "Individu.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "in_no": {
                "type": "string"
              },
              "adresses": {
                "writeOnly": true,
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Adresse.jsonld-club"
                }
              },
              "contacts": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "nullable": true
              }
            }
          },
          "Individu.jsonld-individu": {
            "type": "object",
            "description": "Individu.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "in_no": {
                "type": "string"
              },
              "in_nom": {
                "type": "string"
              },
              "in_prenom": {
                "type": "string"
              },
              "in_sexe": {
                "type": "string"
              },
              "in_civ": {
                "type": "string",
                "nullable": true
              },
              "in_diff_adr": {
                "type": "string",
                "nullable": true
              },
              "in_dat_nais": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "contacts": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "nullable": true
              }
            }
          },
          "Individu.jsonld-officiel_categorie_arbitre": {
            "type": "object",
            "description": "Individu.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "in_nom": {
                "type": "string"
              },
              "in_prenom": {
                "type": "string"
              },
              "in_sexe": {
                "type": "string"
              },
              "in_dat_nais": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "MatchEntity": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "ma_no": {
                "type": "integer"
              },
              "competition": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "phase": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "poule": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "poule_journee": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "cdg": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "cr_cl_no": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "cv_cl_no": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "home": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "away": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "terrain": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "re_cg_no": {
                "type": "integer",
                "nullable": true
              },
              "vi_cg_no": {
                "type": "integer",
                "nullable": true
              },
              "or_cl_no": {
                "type": "integer",
                "nullable": true
              },
              "season": {
                "type": "integer",
                "nullable": true
              },
              "status": {
                "type": "string",
                "nullable": true
              },
              "ma_cod": {
                "type": "integer"
              },
              "ma_ar": {
                "type": "string",
                "nullable": true
              },
              "ma_inver": {
                "type": "string",
                "nullable": true
              },
              "ma_arret": {
                "type": "string",
                "nullable": true
              },
              "is_overtime": {
                "type": "string",
                "nullable": true
              },
              "ma_com": {
                "type": "string",
                "nullable": true
              },
              "ma_diff_adr_terr": {
                "type": "string",
                "nullable": true
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "initial_date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ma_dat_saisie_resu": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ma_dat_saisie_resu_cl": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "cr_eq_naff": {
                "type": "integer",
                "nullable": true
              },
              "home_resu": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "home_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "home_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "cv_eq_naff": {
                "type": "integer",
                "nullable": true
              },
              "away_resu": {
                "type": "string",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              },
              "away_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "away_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "cv_nb_km": {
                "type": "integer",
                "nullable": true
              },
              "cv_nb_km_crte": {
                "type": "integer",
                "nullable": true
              },
              "seems_postponed": {
                "type": "string",
                "nullable": true
              },
              "ma_fmi_pres": {
                "type": "boolean"
              },
              "match_membres": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "match_feuille": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "equipes": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "dossiers": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "external_message_id": {
                "readOnly": true,
                "type": "string"
              },
              "status_label": {
                "readOnly": true,
                "type": "string",
                "nullable": true
              },
              "past": {
                "readOnly": true,
                "description": "Return true si le match est passé",
                "type": "boolean"
              },
              "resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "MatchEntity-calculBilanSaison": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet-calculBilanSaison"
                  }
                ]
              },
              "poule": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Poule-calculBilanSaison"
                  }
                ]
              },
              "poule_journee": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/PouleJournee-calculBilanSaison"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-calculBilanSaison"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-calculBilanSaison"
                  }
                ]
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchEntity-calculMatchHisto": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet-calculMatchHisto"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-calculMatchHisto"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-calculMatchHisto"
                  }
                ]
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchEntity-calculSerieCours": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet-calculSerieCours"
                  }
                ]
              },
              "poule": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Poule-calculSerieCours"
                  }
                ]
              },
              "poule_journee": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/PouleJournee-calculSerieCours"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-calculSerieCours"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-calculSerieCours"
                  }
                ]
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchEntity-dossier": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet-dossier"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-dossier"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-dossier"
                  }
                ]
              }
            }
          },
          "MatchEntity-match": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "ma_no": {
                "type": "integer"
              },
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet-match"
                  }
                ]
              },
              "phase": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Phase-match"
                  }
                ]
              },
              "poule": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Poule-match"
                  }
                ]
              },
              "poule_journee": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/PouleJournee-match"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-match"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-match"
                  }
                ]
              },
              "terrain": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Terrain-match"
                  }
                ]
              },
              "season": {
                "type": "integer",
                "nullable": true
              },
              "status": {
                "type": "string",
                "nullable": true
              },
              "ma_ar": {
                "type": "string",
                "nullable": true
              },
              "ma_inver": {
                "type": "string",
                "nullable": true
              },
              "ma_arret": {
                "type": "string",
                "nullable": true
              },
              "is_overtime": {
                "type": "string",
                "nullable": true
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "initial_date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "cr_eq_naff": {
                "type": "integer",
                "nullable": true
              },
              "home_resu": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "home_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "home_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "cv_eq_naff": {
                "type": "integer",
                "nullable": true
              },
              "away_resu": {
                "type": "string",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              },
              "away_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "away_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "seems_postponed": {
                "type": "string",
                "nullable": true
              },
              "match_membres": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchMembre-match"
                }
              },
              "match_feuille": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "status_label": {
                "readOnly": true,
                "type": "string",
                "nullable": true
              }
            }
          },
          "MatchEntity-match_membre": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "ma_no": {
                "type": "integer"
              },
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet-match_membre"
                  }
                ]
              },
              "phase": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Phase-match_membre"
                  }
                ]
              },
              "poule": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Poule-match_membre"
                  }
                ]
              },
              "poule_journee": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/PouleJournee-match_membre"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-match_membre"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe-match_membre"
                  }
                ]
              },
              "terrain": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Terrain-match_membre"
                  }
                ]
              },
              "season": {
                "type": "integer",
                "nullable": true
              },
              "is_overtime": {
                "type": "string",
                "nullable": true
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "initial_date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "home_resu": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "home_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "home_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "away_resu": {
                "type": "string",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              },
              "away_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "away_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "ma_fmi_pres": {
                "type": "boolean"
              },
              "match_membres": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchMembre-match_membre"
                }
              },
              "status_label": {
                "readOnly": true,
                "type": "string",
                "nullable": true
              }
            }
          },
          "MatchEntity.jsonld": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "ma_no": {
                "type": "integer"
              },
              "competition": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "phase": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "poule": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "poule_journee": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "cdg": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "cr_cl_no": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "cv_cl_no": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "home": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "away": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "terrain": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "re_cg_no": {
                "type": "integer",
                "nullable": true
              },
              "vi_cg_no": {
                "type": "integer",
                "nullable": true
              },
              "or_cl_no": {
                "type": "integer",
                "nullable": true
              },
              "season": {
                "type": "integer",
                "nullable": true
              },
              "status": {
                "type": "string",
                "nullable": true
              },
              "ma_cod": {
                "type": "integer"
              },
              "ma_ar": {
                "type": "string",
                "nullable": true
              },
              "ma_inver": {
                "type": "string",
                "nullable": true
              },
              "ma_arret": {
                "type": "string",
                "nullable": true
              },
              "is_overtime": {
                "type": "string",
                "nullable": true
              },
              "ma_com": {
                "type": "string",
                "nullable": true
              },
              "ma_diff_adr_terr": {
                "type": "string",
                "nullable": true
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "initial_date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ma_dat_saisie_resu": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "ma_dat_saisie_resu_cl": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "cr_eq_naff": {
                "type": "integer",
                "nullable": true
              },
              "home_resu": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "home_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "home_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "cv_eq_naff": {
                "type": "integer",
                "nullable": true
              },
              "away_resu": {
                "type": "string",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              },
              "away_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "away_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "cv_nb_km": {
                "type": "integer",
                "nullable": true
              },
              "cv_nb_km_crte": {
                "type": "integer",
                "nullable": true
              },
              "seems_postponed": {
                "type": "string",
                "nullable": true
              },
              "ma_fmi_pres": {
                "type": "boolean"
              },
              "match_membres": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "match_feuille": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "equipes": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "dossiers": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "external_message_id": {
                "readOnly": true,
                "type": "string"
              },
              "status_label": {
                "readOnly": true,
                "type": "string",
                "nullable": true
              },
              "past": {
                "readOnly": true,
                "description": "Return true si le match est passé",
                "type": "boolean"
              },
              "resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "MatchEntity.jsonld-calculBilanSaison": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet.jsonld-calculBilanSaison"
                  }
                ]
              },
              "poule": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Poule.jsonld-calculBilanSaison"
                  }
                ]
              },
              "poule_journee": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/PouleJournee.jsonld-calculBilanSaison"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-calculBilanSaison"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-calculBilanSaison"
                  }
                ]
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchEntity.jsonld-calculMatchHisto": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet.jsonld-calculMatchHisto"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-calculMatchHisto"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-calculMatchHisto"
                  }
                ]
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchEntity.jsonld-calculSerieCours": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet.jsonld-calculSerieCours"
                  }
                ]
              },
              "poule": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Poule.jsonld-calculSerieCours"
                  }
                ]
              },
              "poule_journee": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/PouleJournee.jsonld-calculSerieCours"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-calculSerieCours"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-calculSerieCours"
                  }
                ]
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchEntity.jsonld-dossier": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet.jsonld-dossier"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-dossier"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-dossier"
                  }
                ]
              }
            }
          },
          "MatchEntity.jsonld-match": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "ma_no": {
                "type": "integer"
              },
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet.jsonld-match"
                  }
                ]
              },
              "phase": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Phase.jsonld-match"
                  }
                ]
              },
              "poule": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Poule.jsonld-match"
                  }
                ]
              },
              "poule_journee": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/PouleJournee.jsonld-match"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-match"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-match"
                  }
                ]
              },
              "terrain": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Terrain.jsonld-match"
                  }
                ]
              },
              "season": {
                "type": "integer",
                "nullable": true
              },
              "status": {
                "type": "string",
                "nullable": true
              },
              "ma_ar": {
                "type": "string",
                "nullable": true
              },
              "ma_inver": {
                "type": "string",
                "nullable": true
              },
              "ma_arret": {
                "type": "string",
                "nullable": true
              },
              "is_overtime": {
                "type": "string",
                "nullable": true
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "initial_date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "cr_eq_naff": {
                "type": "integer",
                "nullable": true
              },
              "home_resu": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "home_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "home_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "cv_eq_naff": {
                "type": "integer",
                "nullable": true
              },
              "away_resu": {
                "type": "string",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              },
              "away_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "away_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "seems_postponed": {
                "type": "string",
                "nullable": true
              },
              "match_membres": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchMembre.jsonld-match"
                }
              },
              "match_feuille": {
                "type": "string",
                "format": "iri-reference",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "status_label": {
                "readOnly": true,
                "type": "string",
                "nullable": true
              }
            }
          },
          "MatchEntity.jsonld-match_membre": {
            "type": "object",
            "description": "Match.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "ma_no": {
                "type": "integer"
              },
              "competition": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Compet.jsonld-match_membre"
                  }
                ]
              },
              "phase": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Phase.jsonld-match_membre"
                  }
                ]
              },
              "poule": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Poule.jsonld-match_membre"
                  }
                ]
              },
              "poule_journee": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/PouleJournee.jsonld-match_membre"
                  }
                ]
              },
              "home": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-match_membre"
                  }
                ]
              },
              "away": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Equipe.jsonld-match_membre"
                  }
                ]
              },
              "terrain": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/Terrain.jsonld-match_membre"
                  }
                ]
              },
              "season": {
                "type": "integer",
                "nullable": true
              },
              "is_overtime": {
                "type": "string",
                "nullable": true
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "time": {
                "type": "string",
                "nullable": true
              },
              "initial_date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "home_resu": {
                "type": "string",
                "nullable": true
              },
              "cr_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "home_score": {
                "type": "integer",
                "nullable": true
              },
              "home_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "home_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "home_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "away_resu": {
                "type": "string",
                "nullable": true
              },
              "away_nb_but": {
                "type": "integer",
                "nullable": true
              },
              "away_score": {
                "type": "integer",
                "nullable": true
              },
              "away_but_contre": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_tir_but": {
                "type": "integer",
                "nullable": true
              },
              "away_nb_point_pena": {
                "type": "integer",
                "nullable": true
              },
              "away_is_forfeit": {
                "type": "string",
                "nullable": true
              },
              "ma_fmi_pres": {
                "type": "boolean"
              },
              "match_membres": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchMembre.jsonld-match_membre"
                }
              },
              "status_label": {
                "readOnly": true,
                "type": "string",
                "nullable": true
              }
            }
          },
          "MatchFeuille-match_feuille": {
            "type": "object",
            "description": "MatchFeuille.",
            "properties": {
              "cfm_no": {
                "type": "integer"
              },
              "cfm_statut": {
                "type": "integer",
                "nullable": true
              },
              "ma_min_period1": {
                "type": "integer",
                "nullable": true
              },
              "chbx_prolongations": {
                "type": "boolean",
                "nullable": true
              },
              "chbx_match_arrete": {
                "type": "boolean",
                "nullable": true
              },
              "chbx_match_non_joue": {
                "type": "boolean",
                "nullable": true
              },
              "match_feuille_evenements": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchFeuilleEvenement-match_feuille"
                }
              },
              "match_feuille_compos": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchFeuilleCompo-match_feuille"
                }
              },
              "match_feuille_membres": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchFeuilleMembre-match_feuille"
                }
              },
              "match_feuille_reserves": {
                "readOnly": true,
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchFeuilleReserve-match_feuille"
                }
              }
            }
          },
          "MatchFeuille.jsonld-match_feuille": {
            "type": "object",
            "description": "MatchFeuille.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "cfm_no": {
                "type": "integer"
              },
              "cfm_statut": {
                "type": "integer",
                "nullable": true
              },
              "ma_min_period1": {
                "type": "integer",
                "nullable": true
              },
              "chbx_prolongations": {
                "type": "boolean",
                "nullable": true
              },
              "chbx_match_arrete": {
                "type": "boolean",
                "nullable": true
              },
              "chbx_match_non_joue": {
                "type": "boolean",
                "nullable": true
              },
              "match_feuille_evenements": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchFeuilleEvenement.jsonld-match_feuille"
                }
              },
              "match_feuille_compos": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchFeuilleCompo.jsonld-match_feuille"
                }
              },
              "match_feuille_membres": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchFeuilleMembre.jsonld-match_feuille"
                }
              },
              "match_feuille_reserves": {
                "readOnly": true,
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/MatchFeuilleReserve.jsonld-match_feuille"
                }
              }
            }
          },
          "MatchFeuilleCompo-match_feuille": {
            "type": "object",
            "properties": {
              "in_no": {
                "type": "string",
                "nullable": true
              },
              "usr_no": {
                "type": "integer",
                "nullable": true
              },
              "li_no": {
                "type": "string",
                "nullable": true
              },
              "cfi_poste": {
                "type": "string",
                "nullable": true
              },
              "cfi_ordre": {
                "type": "integer",
                "nullable": true
              },
              "cfi_maillot": {
                "type": "integer",
                "nullable": true
              },
              "cfi_capi": {
                "type": "string",
                "nullable": true
              },
              "cfi_typ_role": {
                "type": "string",
                "nullable": true
              },
              "cfi_role": {
                "type": "string",
                "nullable": true
              },
              "cfi_cl_no": {
                "type": "integer",
                "nullable": true
              },
              "in_nom": {
                "type": "string",
                "nullable": true
              },
              "in_prenom": {
                "type": "string",
                "nullable": true
              },
              "li_statut": {
                "type": "string",
                "nullable": true
              },
              "dat_modif": {
                "type": "string",
                "nullable": true
              },
              "in_nat": {
                "type": "integer",
                "nullable": true
              },
              "li_mut": {
                "type": "string",
                "nullable": true
              },
              "in_dat_nais": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "tq_no": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchFeuilleCompo.jsonld-match_feuille": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "in_no": {
                "type": "string",
                "nullable": true
              },
              "usr_no": {
                "type": "integer",
                "nullable": true
              },
              "li_no": {
                "type": "string",
                "nullable": true
              },
              "cfi_poste": {
                "type": "string",
                "nullable": true
              },
              "cfi_ordre": {
                "type": "integer",
                "nullable": true
              },
              "cfi_maillot": {
                "type": "integer",
                "nullable": true
              },
              "cfi_capi": {
                "type": "string",
                "nullable": true
              },
              "cfi_typ_role": {
                "type": "string",
                "nullable": true
              },
              "cfi_role": {
                "type": "string",
                "nullable": true
              },
              "cfi_cl_no": {
                "type": "integer",
                "nullable": true
              },
              "in_nom": {
                "type": "string",
                "nullable": true
              },
              "in_prenom": {
                "type": "string",
                "nullable": true
              },
              "li_statut": {
                "type": "string",
                "nullable": true
              },
              "dat_modif": {
                "type": "string",
                "nullable": true
              },
              "in_nat": {
                "type": "integer",
                "nullable": true
              },
              "li_mut": {
                "type": "string",
                "nullable": true
              },
              "in_dat_nais": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "tq_no": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchFeuilleEvenement-match_feuille": {
            "type": "object",
            "properties": {
              "cfe_no": {
                "type": "integer",
                "nullable": true
              },
              "l1_li_no": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchFeuilleCompo-match_feuille"
                  }
                ]
              },
              "l2_li_no": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchFeuilleCompo-match_feuille"
                  }
                ]
              },
              "l1_cfi_maillot": {
                "type": "integer",
                "nullable": true
              },
              "l2_cfi_maillot": {
                "type": "integer",
                "nullable": true
              },
              "cfe_typ": {
                "type": "string",
                "nullable": true
              },
              "cfe_min": {
                "type": "integer",
                "nullable": true
              },
              "cfe_min_sup": {
                "type": "integer",
                "nullable": true
              },
              "cfe_typ_but": {
                "type": "string",
                "nullable": true
              },
              "cfe_action": {
                "type": "string",
                "nullable": true
              },
              "cfe_cod_motif": {
                "type": "string",
                "nullable": true
              },
              "cfe_cod_bless": {
                "type": "string",
                "nullable": true
              },
              "cfe_lib": {
                "type": "string",
                "nullable": true
              },
              "cfe_trib": {
                "type": "string",
                "nullable": true
              },
              "cfe_denombrement": {
                "type": "string",
                "nullable": true
              },
              "cfe_tribune": {
                "type": "string",
                "nullable": true
              },
              "cfe_nb_evmt": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchFeuilleEvenement.jsonld-match_feuille": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "cfe_no": {
                "type": "integer",
                "nullable": true
              },
              "l1_li_no": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchFeuilleCompo.jsonld-match_feuille"
                  }
                ]
              },
              "l2_li_no": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchFeuilleCompo.jsonld-match_feuille"
                  }
                ]
              },
              "l1_cfi_maillot": {
                "type": "integer",
                "nullable": true
              },
              "l2_cfi_maillot": {
                "type": "integer",
                "nullable": true
              },
              "cfe_typ": {
                "type": "string",
                "nullable": true
              },
              "cfe_min": {
                "type": "integer",
                "nullable": true
              },
              "cfe_min_sup": {
                "type": "integer",
                "nullable": true
              },
              "cfe_typ_but": {
                "type": "string",
                "nullable": true
              },
              "cfe_action": {
                "type": "string",
                "nullable": true
              },
              "cfe_cod_motif": {
                "type": "string",
                "nullable": true
              },
              "cfe_cod_bless": {
                "type": "string",
                "nullable": true
              },
              "cfe_lib": {
                "type": "string",
                "nullable": true
              },
              "cfe_trib": {
                "type": "string",
                "nullable": true
              },
              "cfe_denombrement": {
                "type": "string",
                "nullable": true
              },
              "cfe_tribune": {
                "type": "string",
                "nullable": true
              },
              "cfe_nb_evmt": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "MatchFeuilleMembre-match_feuille": {
            "type": "object",
            "properties": {
              "mmf_no": {
                "type": "integer",
                "nullable": true
              },
              "mm_no": {
                "type": "integer",
                "nullable": true
              },
              "po_cod": {
                "type": "string",
                "nullable": true
              },
              "po_lib": {
                "type": "string",
                "nullable": true
              },
              "mmf_typ": {
                "type": "string",
                "nullable": true
              },
              "mmf_statut": {
                "type": "string",
                "nullable": true
              },
              "mmf_pres": {
                "type": "string",
                "nullable": true
              },
              "mmf_in_nom": {
                "type": "string",
                "nullable": true
              },
              "mmf_in_prenom": {
                "type": "string",
                "nullable": true
              },
              "mmf_typ_piece": {
                "type": "string",
                "nullable": true
              },
              "mmf_in_no": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "MatchFeuilleMembre.jsonld-match_feuille": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "mmf_no": {
                "type": "integer",
                "nullable": true
              },
              "mm_no": {
                "type": "integer",
                "nullable": true
              },
              "po_cod": {
                "type": "string",
                "nullable": true
              },
              "po_lib": {
                "type": "string",
                "nullable": true
              },
              "mmf_typ": {
                "type": "string",
                "nullable": true
              },
              "mmf_statut": {
                "type": "string",
                "nullable": true
              },
              "mmf_pres": {
                "type": "string",
                "nullable": true
              },
              "mmf_in_nom": {
                "type": "string",
                "nullable": true
              },
              "mmf_in_prenom": {
                "type": "string",
                "nullable": true
              },
              "mmf_typ_piece": {
                "type": "string",
                "nullable": true
              },
              "mmf_in_no": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "MatchFeuilleReserve-match_feuille": {
            "type": "object"
          },
          "MatchFeuilleReserve.jsonld-match_feuille": {
            "type": "object",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "MatchMembre-match": {
            "type": "object",
            "description": "MatchMembre.",
            "properties": {
              "mm_no": {
                "type": "integer"
              },
              "in_no": {
                "type": "string",
                "nullable": true
              },
              "po_cod": {
                "type": "string"
              },
              "prenom": {
                "type": "string",
                "nullable": true
              },
              "nom": {
                "type": "string",
                "nullable": true
              },
              "label_position": {
                "type": "string",
                "nullable": true
              },
              "position_ordre": {
                "type": "integer",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "MatchMembre-match_membre": {
            "type": "object",
            "description": "MatchMembre.",
            "properties": {
              "mm_no": {
                "type": "integer"
              },
              "match_entity": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity-match_membre"
                  }
                ]
              },
              "in_no": {
                "type": "string",
                "nullable": true
              },
              "po_cod": {
                "type": "string"
              },
              "mm_nb_km": {
                "type": "integer",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-match_membre"
              },
              "prenom": {
                "type": "string",
                "nullable": true
              },
              "nom": {
                "type": "string",
                "nullable": true
              },
              "label_position": {
                "type": "string",
                "nullable": true
              },
              "position_ordre": {
                "type": "integer",
                "nullable": true
              },
              "in_no_obs": {
                "type": "string",
                "nullable": true
              },
              "ctr_cod": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "MatchMembre.jsonld-match": {
            "type": "object",
            "description": "MatchMembre.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "mm_no": {
                "type": "integer"
              },
              "in_no": {
                "type": "string",
                "nullable": true
              },
              "po_cod": {
                "type": "string"
              },
              "prenom": {
                "type": "string",
                "nullable": true
              },
              "nom": {
                "type": "string",
                "nullable": true
              },
              "label_position": {
                "type": "string",
                "nullable": true
              },
              "position_ordre": {
                "type": "integer",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "MatchMembre.jsonld-match_membre": {
            "type": "object",
            "description": "MatchMembre.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "mm_no": {
                "type": "integer"
              },
              "match_entity": {
                "nullable": true,
                "anyOf": [
                  {
                    "$ref": "#/components/schemas/MatchEntity.jsonld-match_membre"
                  }
                ]
              },
              "in_no": {
                "type": "string",
                "nullable": true
              },
              "po_cod": {
                "type": "string"
              },
              "mm_nb_km": {
                "type": "integer",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-match_membre"
              },
              "prenom": {
                "type": "string",
                "nullable": true
              },
              "nom": {
                "type": "string",
                "nullable": true
              },
              "label_position": {
                "type": "string",
                "nullable": true
              },
              "position_ordre": {
                "type": "integer",
                "nullable": true
              },
              "in_no_obs": {
                "type": "string",
                "nullable": true
              },
              "ctr_cod": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "OfficielCategorie-arbitre": {
            "type": "object",
            "description": "OfficielCategorie.",
            "properties": {
              "sa_no": {
                "type": "integer"
              },
              "ca_cod": {
                "type": "string"
              },
              "ca_lib": {
                "type": "string"
              },
              "ca_niv": {
                "type": "string"
              },
              "ca_tri": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "OfficielCategorie-officiel_categorie": {
            "type": "object",
            "description": "OfficielCategorie.",
            "properties": {
              "sa_no": {
                "type": "integer"
              },
              "ca_cod": {
                "type": "string"
              },
              "ca_lib": {
                "type": "string"
              },
              "ca_niv": {
                "type": "string"
              },
              "ca_tri": {
                "type": "integer",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              }
            }
          },
          "OfficielCategorie.jsonld-arbitre": {
            "type": "object",
            "description": "OfficielCategorie.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "sa_no": {
                "type": "integer"
              },
              "ca_cod": {
                "type": "string"
              },
              "ca_lib": {
                "type": "string"
              },
              "ca_niv": {
                "type": "string"
              },
              "ca_tri": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "OfficielCategorie.jsonld-officiel_categorie": {
            "type": "object",
            "description": "OfficielCategorie.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "sa_no": {
                "type": "integer"
              },
              "ca_cod": {
                "type": "string"
              },
              "ca_lib": {
                "type": "string"
              },
              "ca_niv": {
                "type": "string"
              },
              "ca_tri": {
                "type": "integer",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              }
            }
          },
          "Phase-compet": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "groups": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Poule-compet"
                }
              }
            }
          },
          "Phase-engagement": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "number": {
                "type": "integer"
              }
            }
          },
          "Phase-equipe": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "number": {
                "type": "integer"
              }
            }
          },
          "Phase-match": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Phase-match_membre": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Phase-phase": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "has_ranking": {
                "type": "string",
                "nullable": true
              },
              "has_second_leg": {
                "type": "string",
                "nullable": true
              },
              "has_penalty": {
                "type": "string",
                "nullable": true
              },
              "has_extra_time": {
                "type": "string",
                "nullable": true
              },
              "competition": {
                "$ref": "#/components/schemas/Compet-phase"
              },
              "groups": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Poule-phase"
                }
              }
            }
          },
          "Phase-poule": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "number": {
                "type": "integer"
              }
            }
          },
          "Phase-pouleJournee": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Phase.jsonld-compet": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "groups": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Poule.jsonld-compet"
                }
              }
            }
          },
          "Phase.jsonld-engagement": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              }
            }
          },
          "Phase.jsonld-equipe": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              }
            }
          },
          "Phase.jsonld-match": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              }
            }
          },
          "Phase.jsonld-match_membre": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Phase.jsonld-phase": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "has_ranking": {
                "type": "string",
                "nullable": true
              },
              "has_second_leg": {
                "type": "string",
                "nullable": true
              },
              "has_penalty": {
                "type": "string",
                "nullable": true
              },
              "has_extra_time": {
                "type": "string",
                "nullable": true
              },
              "competition": {
                "$ref": "#/components/schemas/Compet.jsonld-phase"
              },
              "groups": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/Poule.jsonld-phase"
                }
              }
            }
          },
          "Phase.jsonld-poule": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              }
            }
          },
          "Phase.jsonld-pouleJournee": {
            "type": "object",
            "description": "Phase.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "type": {
                "type": "string",
                "nullable": true
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Poule": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              },
              "season": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "code": {
                "type": "string",
                "nullable": true
              },
              "status": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_info": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "phase": {
                "type": "string",
                "format": "iri-reference"
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "cdg": {
                "type": "string",
                "format": "iri-reference"
              },
              "rounds": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "classement_journees": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "calcul_classement": {
                "writeOnly": true,
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/CalculClassement"
                }
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "external_message_id": {
                "readOnly": true,
                "type": "string"
              },
              "calcul_classements": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/CalculClassement"
                }
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              },
              "diffusable": {
                "readOnly": true,
                "type": "boolean"
              },
              "matchs": {
                "readOnly": true,
                "type": "boolean"
              },
              "at_least_one_match_resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule-calculBilanSaison": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Poule-calculSerieCours": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Poule-classement": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-classement"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule-compet": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-compet"
              },
              "diffusable": {
                "readOnly": true,
                "type": "boolean"
              },
              "matchs": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule-engagement": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule-equipe": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              }
            }
          },
          "Poule-match": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              },
              "at_least_one_match_resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule-match_membre": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-match_membre"
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule-phase": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              }
            }
          },
          "Poule-poule": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              },
              "season": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "code": {
                "type": "string",
                "nullable": true
              },
              "status": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_info": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "phase": {
                "$ref": "#/components/schemas/Phase-poule"
              },
              "competition": {
                "$ref": "#/components/schemas/Compet-poule"
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg-poule"
              },
              "rounds": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/PouleJournee-poule"
                }
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              },
              "at_least_one_match_resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule-pouleJournee": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_no_tour": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "Poule.jsonld": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              },
              "season": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "code": {
                "type": "string",
                "nullable": true
              },
              "status": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_info": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "phase": {
                "type": "string",
                "format": "iri-reference"
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "cdg": {
                "type": "string",
                "format": "iri-reference"
              },
              "rounds": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "classement_journees": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "calcul_classement": {
                "writeOnly": true,
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/CalculClassement.jsonld"
                }
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "external_message_id": {
                "readOnly": true,
                "type": "string"
              },
              "calcul_classements": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/CalculClassement.jsonld"
                }
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              },
              "diffusable": {
                "readOnly": true,
                "type": "boolean"
              },
              "matchs": {
                "readOnly": true,
                "type": "boolean"
              },
              "at_least_one_match_resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule.jsonld-calculBilanSaison": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Poule.jsonld-calculSerieCours": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Poule.jsonld-classement": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-classement"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule.jsonld-compet": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-compet"
              },
              "diffusable": {
                "readOnly": true,
                "type": "boolean"
              },
              "matchs": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule.jsonld-engagement": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule.jsonld-equipe": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              }
            }
          },
          "Poule.jsonld-match": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              },
              "at_least_one_match_resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule.jsonld-match_membre": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-match_membre"
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule.jsonld-phase": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              }
            }
          },
          "Poule.jsonld-poule": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "stage_number": {
                "type": "integer"
              },
              "season": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "code": {
                "type": "string",
                "nullable": true
              },
              "status": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_info": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "phase": {
                "$ref": "#/components/schemas/Phase.jsonld-poule"
              },
              "competition": {
                "$ref": "#/components/schemas/Compet.jsonld-poule"
              },
              "cdg": {
                "$ref": "#/components/schemas/Cdg.jsonld-poule"
              },
              "rounds": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/PouleJournee.jsonld-poule"
                }
              },
              "poule_unique": {
                "readOnly": true,
                "type": "boolean"
              },
              "at_least_one_match_resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "Poule.jsonld-pouleJournee": {
            "type": "object",
            "description": "Poule.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "stage_number": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "gp_diff_no_tour": {
                "type": "integer",
                "nullable": true
              }
            }
          },
          "PouleJournee": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "pj_ar": {
                "type": "string",
                "nullable": true
              },
              "pj_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              },
              "pj_dat_class_auto": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "pj_dat_class_offi": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "poule": {
                "type": "string",
                "format": "iri-reference"
              },
              "phase": {
                "type": "string",
                "format": "iri-reference"
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "matchs": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "external_message_id": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "readOnly": true,
                "type": "string"
              },
              "at_least_one_match_resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "PouleJournee-calculBilanSaison": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "pj_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "PouleJournee-calculSerieCours": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "pj_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "PouleJournee-match": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "name": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "PouleJournee-match_membre": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "PouleJournee-poule": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "name": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "PouleJournee-pouleJournee": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "number": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              },
              "poule": {
                "$ref": "#/components/schemas/Poule-pouleJournee"
              },
              "phase": {
                "$ref": "#/components/schemas/Phase-pouleJournee"
              },
              "competition": {
                "$ref": "#/components/schemas/Compet-pouleJournee"
              },
              "name": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "PouleJournee.jsonld": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "pj_ar": {
                "type": "string",
                "nullable": true
              },
              "pj_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              },
              "pj_dat_class_auto": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "pj_dat_class_offi": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "poule": {
                "type": "string",
                "format": "iri-reference"
              },
              "phase": {
                "type": "string",
                "format": "iri-reference"
              },
              "competition": {
                "type": "string",
                "format": "iri-reference"
              },
              "matchs": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "iri-reference"
                }
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "id": {
                "readOnly": true,
                "type": "integer"
              },
              "external_message_id": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "readOnly": true,
                "type": "string"
              },
              "at_least_one_match_resultat": {
                "readOnly": true,
                "type": "boolean"
              }
            }
          },
          "PouleJournee.jsonld-calculBilanSaison": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "pj_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "PouleJournee.jsonld-calculSerieCours": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "pj_no_tour": {
                "type": "integer",
                "nullable": true
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "PouleJournee.jsonld-match": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "name": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "PouleJournee.jsonld-match_membre": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "PouleJournee.jsonld-poule": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "number": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "name": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "PouleJournee.jsonld-pouleJournee": {
            "type": "object",
            "description": "PouleJournee.",
            "properties": {
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "number": {
                "type": "integer"
              },
              "date": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "pj_lib_tour": {
                "type": "string",
                "nullable": true
              },
              "poule": {
                "$ref": "#/components/schemas/Poule.jsonld-pouleJournee"
              },
              "phase": {
                "$ref": "#/components/schemas/Phase.jsonld-pouleJournee"
              },
              "competition": {
                "$ref": "#/components/schemas/Compet.jsonld-pouleJournee"
              },
              "name": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Terrain-club": {
            "type": "object",
            "description": "Terrain.",
            "properties": {
              "te_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "zip_code": {
                "type": "string",
                "nullable": true
              },
              "city": {
                "type": "string",
                "nullable": true
              },
              "latitude": {
                "type": "number",
                "nullable": true
              },
              "longitude": {
                "type": "number",
                "nullable": true
              },
              "libelle_surface": {
                "type": "string",
                "nullable": true
              },
              "address": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Terrain-match": {
            "type": "object",
            "description": "Terrain.",
            "properties": {
              "te_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "zip_code": {
                "type": "string",
                "nullable": true
              },
              "city": {
                "type": "string",
                "nullable": true
              },
              "libelle_surface": {
                "type": "string",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "address": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Terrain-match_membre": {
            "type": "object",
            "description": "Terrain.",
            "properties": {
              "te_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "te_adr1": {
                "type": "string",
                "nullable": true
              },
              "adress2": {
                "type": "string",
                "nullable": true
              },
              "adress3": {
                "type": "string",
                "nullable": true
              },
              "zip_code": {
                "type": "string",
                "nullable": true
              },
              "city": {
                "type": "string",
                "nullable": true
              },
              "latitude": {
                "type": "number",
                "nullable": true
              },
              "longitude": {
                "type": "number",
                "nullable": true
              },
              "libelle_surface": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Terrain-terrain": {
            "type": "object",
            "description": "Terrain.",
            "properties": {
              "name": {
                "type": "string",
                "nullable": true
              },
              "zip_code": {
                "type": "string",
                "nullable": true
              },
              "city": {
                "type": "string",
                "nullable": true
              },
              "latitude": {
                "type": "number",
                "nullable": true
              },
              "longitude": {
                "type": "number",
                "nullable": true
              },
              "libelle_surface": {
                "type": "string",
                "nullable": true
              },
              "address": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Terrain.jsonld-club": {
            "type": "object",
            "description": "Terrain.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "te_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "zip_code": {
                "type": "string",
                "nullable": true
              },
              "city": {
                "type": "string",
                "nullable": true
              },
              "latitude": {
                "type": "number",
                "nullable": true
              },
              "longitude": {
                "type": "number",
                "nullable": true
              },
              "libelle_surface": {
                "type": "string",
                "nullable": true
              },
              "address": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Terrain.jsonld-match": {
            "type": "object",
            "description": "Terrain.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "te_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "zip_code": {
                "type": "string",
                "nullable": true
              },
              "city": {
                "type": "string",
                "nullable": true
              },
              "libelle_surface": {
                "type": "string",
                "nullable": true
              },
              "external_updated_at": {
                "type": "string",
                "format": "date-time",
                "nullable": true
              },
              "address": {
                "readOnly": true,
                "type": "string"
              }
            }
          },
          "Terrain.jsonld-match_membre": {
            "type": "object",
            "description": "Terrain.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "te_no": {
                "type": "integer"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "te_adr1": {
                "type": "string",
                "nullable": true
              },
              "adress2": {
                "type": "string",
                "nullable": true
              },
              "adress3": {
                "type": "string",
                "nullable": true
              },
              "zip_code": {
                "type": "string",
                "nullable": true
              },
              "city": {
                "type": "string",
                "nullable": true
              },
              "latitude": {
                "type": "number",
                "nullable": true
              },
              "longitude": {
                "type": "number",
                "nullable": true
              },
              "libelle_surface": {
                "type": "string",
                "nullable": true
              }
            }
          },
          "Terrain.jsonld-terrain": {
            "type": "object",
            "description": "Terrain.",
            "properties": {
              "@context": {
                "readOnly": true,
                "oneOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "object",
                    "properties": {
                      "@vocab": {
                        "type": "string"
                      },
                      "hydra": {
                        "type": "string",
                        "enum": [
                          "http://www.w3.org/ns/hydra/core#"
                        ]
                      }
                    },
                    "required": [
                      "@vocab",
                      "hydra"
                    ],
                    "additionalProperties": true
                  }
                ]
              },
              "@id": {
                "readOnly": true,
                "type": "string"
              },
              "@type": {
                "readOnly": true,
                "type": "string"
              },
              "name": {
                "type": "string",
                "nullable": true
              },
              "zip_code": {
                "type": "string",
                "nullable": true
              },
              "city": {
                "type": "string",
                "nullable": true
              },
              "latitude": {
                "type": "number",
                "nullable": true
              },
              "longitude": {
                "type": "number",
                "nullable": true
              },
              "libelle_surface": {
                "type": "string",
                "nullable": true
              },
              "address": {
                "readOnly": true,
                "type": "string"
              }
            }
          }
        },
        "responses": {},
        "parameters": {},
        "examples": {},
        "requestBodies": {},
        "headers": {},
        "securitySchemes": {}
      },
      "security": [],
      "tags": []
    },
    "oauth": {
      "enabled": false,
      "type": "oauth2",
      "flow": "application",
      "tokenUrl": null,
      "authorizationUrl": null,
      "scopes": [],
      "clientId": "",
      "clientSecret": "",
      "redirectUrl": "https://xmn5ja0wzb.execute-api.eu-west-1.amazonaws.com/bundles/apiplatform/swagger-ui/oauth2-redirect.html"
    },
    "id": null,
    "queryParameters": {
      "page": "1"
    },
    "shortName": "MatchEntity",
    "operationId": "get_matchs_of_competitionMatchEntityCollection",
    "path": "/api/compets/{cpNo}/phases/{phNo}/poules/{gpNo}/matchs",
    "method": "get"
  }