| 123456789101112131415161718 |
- #%RAML 1.0 DataType
- # Problem
- type : object
- properties :
- id : number
- name : string
- type : ProblemType
- description : string
- publicFiles : string[]
- protectedFiles : string[]
- privateFiles : string[]
- createdAt : LocalDateTime
- modifiedAt : LocalDateTime
- deprecated : boolean
- creator :
- properties :
- id : number
- username : string
|