Skip to content
New issue

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

[jsonConfig]: wrong warninmg for password, if use a tableItem #292

Closed
1 task done
dirkhe opened this issue Feb 23, 2024 · 0 comments
Closed
1 task done

[jsonConfig]: wrong warninmg for password, if use a tableItem #292

dirkhe opened this issue Feb 23, 2024 · 0 comments
Assignees
Labels
schema 📖 JSON schema problems and updates

Comments

@dirkhe
Copy link

dirkhe commented Feb 23, 2024

No existing issues.

  • There is no existing issue for my request.

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:
image

here is the json file:

jsonConfig.json

for "sendTo" I get also warning for "width" and "title"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema 📖 JSON schema problems and updates
Projects
None yet
Development

No branches or pull requests

2 participants