iobroker-community-adapters / ioBroker.ical

Read information from google calender and from iCal files into ioBroker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnung "admin.0 - ical has an invalid jsonConfig

mcm1957 opened this issue · comments

Admin logs error:

  {
  "instancePath":"/items/_options/items/daysPast",
  "schemaPath":"#/definitions/numberProps/additionalProperties",
  "keyword":"additionalProperties",
  "params":{"additionalProperty":"trim"},
  "message":"must NOT have additional properties"
  },
  {
  "instancePath":"/items/_options",
  "schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if",
  "keyword":"if",
  "params":{"failingKeyword":"then"},
  "message":"must match \"then\" schema"
  }

Component NUMBER does not have an attribiute 'trim'

fixed with 1.13.6

NEXT error:

ical has an invalid jsonConfig: [{"instancePath":"/items/_calendars/items/calendars/items/3","schemaPath":"#/definitions/passwordProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"attr"},"message":"must NOT have additional properties"},{"instancePath":"/items/_calendars","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match "then" schema"}]

This error looks like a schema problem ...

ical has an invalid jsonConfig: [{"instancePath":"/items/_calendars/items/calendars/items/3","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"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match "then" schema"}]

will be handles at schema:
ioBroker/adapter-react-v5#292