type: object properties: id: type: number dateCreation: type: string format: date-time formation: $ref: ./formation.yaml demandeformation: $ref: ./demandeformation.yaml estEvaluee: type: boolean evaluations: type: array items: $ref: ../saisie/saisie.yaml required: - id - dateCreation - formation - demandeformation