#%RAML 1.0 DataType # Course type: object properties: id: type: integer description: 课程id name: type: string description: 课程名称 code: type: string description: 选课码 teacher: type: User description: 老师信息