type: object properties: id: type: integer texte: type: string section: type: string ordre: type: number typeChamp: type: string typeSaisie: type: string saisies: type: array items: $ref: ./saisie.yaml required: - id - texte - section - ordre - typeChamp - typeSaisie