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
I encountered this issue when attempting to validate data against this schema:
EnvironmentFlags:
type: objectdescription: An array of various flags that indicate functionality associated with the environment.additionalProperties:
type: objectproperties:
cde:
type: booleandescription: Determines if the environment is on-demand.
The Properties::validate() method currently attempts to validate additionalProperties by their parent definition which results in an error which validating valid data.
The text was updated successfully, but these errors were encountered:
I opened PR #187 to address this. Reposting here:
I encountered this issue when attempting to validate data against this schema:
The
Properties::validate()
method currently attempts to validateadditionalProperties
by their parent definition which results in an error which validating valid data.The text was updated successfully, but these errors were encountered: