The new error should follow this format:
"code": "missing-field",
"message": "Required field missing",
"context": {
"path": "{json_pointer_to_parent}",
"field": "{missing_field}"
}Note:
- Remember to check if the OAS needs updating as well.
- Check if e2e tests for top-level fields are there (all edit requests minus DELETE) and add where missing.