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
ioBroker Log
[ { "instancePath": "/items/_calendars/items/calendars/items/5", "schemaPath": "#/definitions/passwordProps/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "attr" }, "message": "must NOT have additional properties" }, { "instancePath": "/items/_calendars/items/calendars", "schemaPath": "#/patternProperties/%5E.%2B/allOf/23/if", "keyword": "if", "params": { "failingKeyword": "then" }, "message": "must match "then" schema" }, { "instancePath": "/items/_calendars", "schemaPath": "#/properties/items/patternProperties/%5E.%2B/allOf/8/if", "keyword": "if", "params": { "failingKeyword": "then" }, "message": "must match "then" schema" } ]
The UI works as expected, but Schema validation is wrong here.
I get the warning also in IDE:
here is the json file:
jsonConfig.json
for "sendTo" I get also warning for "width" and "title"
The text was updated successfully, but these errors were encountered:
2dcb497
foxriver76
No branches or pull requests
No existing issues.
Problem location
ioBroker Log
Warning message
[
{
"instancePath": "/items/_calendars/items/calendars/items/5",
"schemaPath": "#/definitions/passwordProps/additionalProperties",
"keyword": "additionalProperties",
"params": { "additionalProperty": "attr" },
"message": "must NOT have additional properties"
},
{
"instancePath": "/items/_calendars/items/calendars",
"schemaPath": "#/patternProperties/%5E.%2B/allOf/23/if",
"keyword": "if",
"params": { "failingKeyword": "then" },
"message": "must match "then" schema"
},
{
"instancePath": "/items/_calendars",
"schemaPath": "#/properties/items/patternProperties/%5E.%2B/allOf/8/if",
"keyword": "if",
"params": { "failingKeyword": "then" },
"message": "must match "then" schema"
}
]
Source link
Additional information
The UI works as expected, but Schema validation is wrong here.
I get the warning also in IDE:
here is the json file:
jsonConfig.json
for "sendTo" I get also warning for "width" and "title"
The text was updated successfully, but these errors were encountered: