Question.raml 441 B

12345678910111213141516171819202122
  1. #%RAML 1.0 DataType
  2. # Question
  3. type: object
  4. properties:
  5. id:
  6. type: integer
  7. description: 题目id
  8. name:
  9. type: string
  10. description: 题目名称
  11. description:
  12. type: string
  13. description: 题目描述
  14. assignmentType: AssignmentType
  15. questionType: QuestionType
  16. difficulty: Difficulty
  17. expectTime:
  18. type: integer
  19. description: 预计完成时间
  20. creator:
  21. type: integer
  22. description: 题目创建者id