<?php
return [
  "nom" => [10, "string"],
  "prenom" => [10, "string"],
  "age" => [3, "number"],
];