semester-version.yaml 277 B

123456789101112
  1. type: object
  2. description: A single change in the semester plan version, outlining the changes
  3. properties:
  4. name:
  5. description: The name of the version
  6. type: string
  7. changes:
  8. description: A HTML string of the changes
  9. type: string
  10. required:
  11. - name
  12. - changes