disallowedEnums are configured with enum & case fields which are just aliases for constant & class fields, and these new fields would also work for constants but luckily parametersSchema config in extension.neon would prevent it.
Besides the aliases, this adds tests & docs, mostly.
disallowedEnums
are configured withenum
&case
fields which are just aliases forconstant
&class
fields, and these new fields would also work for constants but luckilyparametersSchema
config inextension.neon
would prevent it.Besides the aliases, this adds tests & docs, mostly.