iobroker-community-adapters / ioBroker.ical

Read information from google calender and from iCal files into ioBroker.
MIT License
45 stars 32 forks source link

admin.0 - ical has an invalid jsonConfig #703

Open Pocky2507 opened 1 month ago

Pocky2507 commented 1 month ago

ical has an invalid jsonConfig: [{"instancePath":"/items/_calendars/items/calendars/items/5","schemaPath":"#/items/allOf/6/then/allOf/1/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"width"},"message":"must NOT have additional properties"},{"instancePath":"/items/_calendars/items/calendars","schemaPath":"#/patternProperties/%5E.%2B/allOf/27/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match "then" schema"},{"instancePath":"/items/_calendars","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"}]

klein0r commented 1 month ago

Looks like the schema is incomplete. Must be fixed here: https://github.com/ioBroker/adapter-react-v5/blob/main/schemas/jsonConfig.json

https://github.com/ioBroker/ioBroker.admin/issues/2421

mcm1957 commented 1 month ago

See https://github.com/ioBroker/adapter-react-v5/issues/438 @Pocky2507 - thanks for Issue