-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
Priority-MediumMedium-priority tasks that are important but not urgent.Medium-priority tasks that are important but not urgent.bugIssues or problems that need to be fixed.Issues or problems that need to be fixed.
Milestone
Description
Name and Version
Admin: [BE]0.14.0-rc
What steps will reproduce the bug?
- Configure Application Runner with applicationTypeSchemaEndpoint.
- Do not provide values for inline schema fields ($defs, properties, etc.).
- During mapping, empty maps ({}) are created instead of keeping these fields null.
- Core receives and persists these empty objects.
What is the expected behavior?
If inline schema fields are not provided, they should remain null and must not be converted into empty maps.
What do you see instead?
When values are absent, empty maps ({}) are created for $defs, properties
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Labels
Priority-MediumMedium-priority tasks that are important but not urgent.Medium-priority tasks that are important but not urgent.bugIssues or problems that need to be fixed.Issues or problems that need to be fixed.
Type
Projects
Status
Ready for QA