NestedQuestion.raml 228 B

12345678910111213
  1. #%RAML 1.0 DataType
  2. # NestedQuestion
  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: 题目描述