QuestionType.raml 106 B

12345
  1. #%RAML 1.0 DataType
  2. # QuestionType
  3. type: string
  4. description: 题目类型
  5. enum: [JAVA, MARKDOWN, UNKNOWN]