[project Sudoku prefix=S_] { [namespace Core] { [message SolveSudokuRequest] { properties= { board: binary notVoid "The sudoku to solve." } } [message SolvedSudokuReply] { properties= { board: binary notVoid "The sudoku for which solutions have been calculated." solutions: sequence notVoid "All possible solutions for the given sudoku." } } } }