Skip to content

Option.MAP_VALUES_AS_ADDITIONAL_PROPERTIES #179

Closed Answered by CarstenWickner
electrosaur asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Shankar,

The given entry is just the reference to a sub-schema under the $defs node.

{
  "$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 "additionalProperties".
I suspect you're just looking in the wrong place for it. 😉

{
  "$defs": {
    "java.util.Map(java.lang.String,com.guidewire.integrationgateway.rest.model.CustomData)": {
      "additionalProperties": {
        "type": "object",
         ...?
      }
    }
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@electrosaur
Comment options

Answer selected by electrosaur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants