Option.MAP_VALUES_AS_ADDITIONAL_PROPERTIES #179
-
I'm not able to get this working. I'm just getting, for example,
Caused by Any solution or suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Shankar, The given entry is just the reference to a sub-schema under the {
"$ref":"#/$defs/java.util.Map(java.lang.String,com.guidewire.integrationgateway.rest.model.CustomData)"
} What does that sub-schema look like under that path in the overall output? That's where you'd find the {
"$defs": {
"java.util.Map(java.lang.String,com.guidewire.integrationgateway.rest.model.CustomData)": {
"additionalProperties": {
"type": "object",
...?
}
}
}
} |
Beta Was this translation helpful? Give feedback.
Hi Shankar,
The given entry is just the reference to a sub-schema under the
$defs
node.What does that sub-schema look like under that path in the overall output? That's where you'd find the
"additionalProperties"
.I suspect you're just looking in the wrong place for it. 😉