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.
29 lines
422 B
29 lines
422 B
4 years ago
|
type: object
|
||
|
properties:
|
||
|
id:
|
||
|
type: number
|
||
|
example:
|
||
|
action:
|
||
|
type: string
|
||
|
modalite:
|
||
|
type: string
|
||
|
dispositif:
|
||
|
type: string
|
||
|
datePrevisionnelle:
|
||
|
type: string
|
||
|
format: date-time
|
||
|
realisable:
|
||
|
type: boolean
|
||
|
realise:
|
||
|
type: boolean
|
||
|
raisonNonRealisable:
|
||
|
type: string
|
||
|
ep:
|
||
|
$ref: ./ep.yaml
|
||
|
required:
|
||
|
- id
|
||
|
- action
|
||
|
- modalite
|
||
|
- dispositif
|
||
|
- datePrevisionnelle
|
||
|
- ep
|