Dataformat validation on beat.web is incomplete

When creating the following dataformat on beat.web,

{
  "bla": "uint32",
  "blo": "uint24"
}

a 500 internal error is generated instead of a proper error message.