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
At this moment when someone is using additionalProperties it generates property1 and property2 as key names. Sampler could use the x-additionalPropertiesName property to generate custom property names:
At this moment when someone is using
additionalProperties
it generatesproperty1
andproperty2
as key names. Sampler could use thex-additionalPropertiesName
property to generate custom property names:Generates:
and the output should look like this:
Default property name should remain the same when no
x-additionalPropertiesName
is defined.This is not a standard property of
additionalProperties
but Redocly supports it in the schema definition. I'll make a PR to change it.The text was updated successfully, but these errors were encountered: