You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openAPIServeurEPA/schemas/ep/engagement.yaml

27 lines
487 B

type: object
4 years ago
description: Les détails d'un engagement pris par un référent pour un EP
properties:
id:
4 years ago
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:
4 years ago
$ref: ./epInformations.yaml
required:
- id
- action
- modalite
- dispositif
- dateLimite