Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/onomondo-eim/+/42880?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by Jenkins Builder
Change subject: rest_api: move "required" member to the correct level ......................................................................
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 --- M contrib/rest_api_resource_schema.json M contrib/rest_api_response_schema.json 2 files changed, 69 insertions(+), 69 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/80/42880/2