iobroker-community-adapters / ioBroker.ical

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

Warnung "admin.0 - ical has an invalid jsonConfig #602

Closed mcm1957 closed 1 month ago

mcm1957 commented 10 months ago

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"
  }
mcm1957 commented 10 months ago

Component NUMBER does not have an attribiute 'trim'

mcm1957 commented 8 months ago

fixed with 1.13.6

mcm1957 commented 8 months ago

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"}]

mcm1957 commented 8 months ago

This error looks like a schema problem ...

dhd70106 commented 5 months ago

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"}]

mcm1957 commented 5 months ago

will be handles at schema: https://github.com/ioBroker/adapter-react-v5/issues/292

mcm1957 commented 1 month ago

schema has been fixed.