type: object description: Les détails d'un engagement pris par un référent pour un EP properties: id: type: integer format: int64 action: type: string modalite: type: string dispositif: type: string dateLimite: type: string format: date-time etatEngagement: $ref: ../enum/etatEngagement.yaml raisonNonRealisable: type: string ep: $ref: ./epInformations.yaml required: - id - action - modalite - dispositif - dateLimite