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.
20 lines
291 B
20 lines
291 B
4 years ago
|
type: object
|
||
|
properties:
|
||
|
id:
|
||
|
type: integer
|
||
|
type:
|
||
|
type: string
|
||
|
ep:
|
||
|
$ref: ./ep.yaml
|
||
|
saisieCollaborateur:
|
||
|
type: array
|
||
|
items:
|
||
|
$ref: ../saisie/saisie.yaml
|
||
|
saisieCommercial:
|
||
|
type: array
|
||
|
items:
|
||
|
$ref: ../saisie/saisie.yaml
|
||
|
|
||
|
required:
|
||
|
- id
|
||
|
- type
|