- type: object
- description: A single change in the semester plan version, outlining the changes
- properties:
- name:
- description: The name of the version
- type: string
- changes:
- description: A HTML string of the changes
- type: string
- required:
- - name
- - changes
|