QuestionDTO.raml 331 B

12345678910111213141516
  1. #%RAML 1.0 DataType
  2. # QuestionDTO
  3. type: object
  4. properties:
  5. name:
  6. type: string
  7. description: 题目名称
  8. description:
  9. type: string
  10. description: 题目描述
  11. assignmentType: AssignmentType
  12. questionType: QuestionType
  13. difficulty: Difficulty
  14. expectTime:
  15. type: integer
  16. description: 预计完成时间