Skip to content
Success

#28895 (Jun 30, 2026, 3:14:26 PM)

Started 23 hr ago
Took 3.1 sec on build5-deb12build-ansible

Started by upstream project gerrit-onomondo-eim build number 39
originally caused by:

This run spent:

  • 5.1 sec waiting;
  • 3.1 sec build duration;
  • 8.3 sec total from scheduled to completion.
Revision: 04d3c05eb09577c8b92d7de4d11dfc983858a4ff
Repository: $GERRIT_REPO_URL
  • master
rest_api: move "required" member to the correct level

In some locations in the JSON schema files we find the "required"
member on the same level as the members of "properties" (likewise
"items"). This is incorrect, the "required" member should always
be on the same level as the "properties" or "items" member.

(At the moment the JSON schema files serve only documentation
purposes, they are not used to do any actual validation yet.)

Change-Id: I07d51d0e809a718144bd51a6540ab51187bb4daa
Related: SYS#8100
pmaier@sysmocom.de at