Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

First version of OIS models

Closed Vincent SIMONIN requested to merge building_model_doc into main
9 files
+ 340
0
Compare changes
  • Side-by-side
  • Inline
Files
9
$version: "2.0"
namespace c4.digit.ec.europa.eu
@mixin
structure Error {
@required
code: Integer
@required
message: String
}
@error("client")
structure ValidationError with [Error] {
}
@error("server")
structure InternalError with [Error] {
}
Loading