user-module.yaml 267 B

12345678910111213
  1. type: object
  2. description: A simplified module that is tailored to the `/me` endpoints
  3. properties:
  4. module_pk:
  5. $ref: ../relations/module-pk.yaml
  6. ects:
  7. $ref: ../common/ects.yaml
  8. mark:
  9. $ref: ../common/mark.yaml
  10. required:
  11. - module_pk
  12. - ects
  13. - mark