We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to achieve something like this:
enable
true
ssid
false
['ssid'] should NOT have additional properties
If the link in 1. wont work, here's the schema.
No ['ssid'] should NOT have additional properties error. I expect that there will be no ssid value in formData when I disable WiFi.
formData
Keeps ssid in formData and raising ['ssid'] should NOT have additional properties error.
The text was updated successfully, but these errors were encountered:
I believe this is related to #902 and #848.
I believe there is a longstanding issue when using "additionalProperties": false
"additionalProperties": false
Sorry, something went wrong.
additionalProperties
No branches or pull requests
Description
I'm trying to achieve something like this:
enable
property istrue
, it MUST containssid
propertyenable
property isfalse
, it MUST NOT containssid
propertySteps to Reproduce
['ssid'] should NOT have additional properties
appearsIf the link in 1. wont work, here's the schema.
Expected behavior
No
['ssid'] should NOT have additional properties
error. I expect that there will be nossid
value informData
when I disable WiFi.Actual behavior
Keeps
ssid
informData
and raising['ssid'] should NOT have additional properties
error.The text was updated successfully, but these errors were encountered: