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
2024-10-11 17:36:32.229 - �[33mwarn�[39m: admin.0 (544) klf200 has an invalid jsonConfig: [{"instancePath":"/items/optionstab/items/automaticRebootCronTime","schemaPath":"#/definitions/cronProps/oneOf","keyword":"oneOf","params":{"passingSchemas":[0,1]},"message":"must match exactly one schema in oneOf"},{"instancePath":"/items/optionstab","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
No existing issues.
Problem location
ioBroker Log
Warning message
Source link
https://github.com/MiSchroe/ioBroker.klf200/blob/01cddb4d92894e000f545a8492cbb33840fbc18d/admin/jsonConfig.json#L36-L37
Additional information
The property is working as expected but the schema validation fails.
adapter-react-v5/schemas/jsonConfig.json
Lines 640 to 647 in b52f832
Using
anyOf
instead ofoneOf
should fix this issue (though I don't have the time to test it, currently).The text was updated successfully, but these errors were encountered: