ProblemDTO.raml 143 B

1234567
  1. #%RAML 1.0 DataType
  2. # Problem
  3. type : object
  4. properties :
  5. name : string
  6. type : ProblemType
  7. description : string