You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The method validate from com.fasterxml.jackson.databind.JsonNode is returning following error:
com.github.fge.jsonschema.core.report.ListProcessingReport: failure
--- BEGIN MESSAGES ---
error: object instance has properties which are not allowed by the schema: ["postal_code","street"]
level: "error"
schema: {"loadingURI":"#","pointer":"/properties/address"}
instance: {"pointer":"/address"}
domain: "validation"
keyword: "additionalProperties"
unwanted: ["postal_code","street"]
--- END MESSAGES ---
When validating what it seems a valid schema and test
Hi,
The method validate from
com.fasterxml.jackson.databind.JsonNode
is returning following error:When validating what it seems a valid schema and test
Schema:
Test:
Please can you have a look at it?
Many thanks
The text was updated successfully, but these errors were encountered: