Group.raml 268 B

12345678910111213141516
  1. #%RAML 1.0 DataType
  2. # Group
  3. type: object
  4. properties:
  5. id:
  6. type: integer
  7. description: 小组id
  8. name:
  9. type: string
  10. description: 小组名称
  11. code:
  12. type: string
  13. description: 选组码
  14. members:
  15. type: User[]
  16. description: 组员信息