Return compilation error when additionalProperties
is set to True
#150
Labels
bug
Something isn't working
additionalProperties
is set to True
#150
Setting the
additionalProperties
keyword toTrue
should allow generation of properties whose name is not listed inproperties
, but it is currently not the case:But:
The immediate solution is to return an error when
additionalProperties
is set toTrue
, to avoid surprises. Once that's done we can open an issue to add it to the implementation.The text was updated successfully, but these errors were encountered: