| 123456789101112131415161718 |
- type: object
- description: Single lecturer
- properties:
- pk:
- $ref: ../common/pk.yaml
- short:
- description: A short name for the lecturer, that is unique
- type: string
- surname:
- description: The surname of the lecturer
- type: string
- first_name:
- description: The first(given name of a lecturer
- type: string
- required:
- - short
- - surname
- - first_name
|