Skip to content

Schema validation error in common.visWidgets to hide widgetset in vis-2 #3104

@oweitman

Description

@oweitman

I'm trying to hide a non-compatible widget set in VIS-2.
The relevant section looks like this:
Unfortunately, the schema validator complains about either an empty "components" array or the fact that "components" is missing altogether.

    "visWidgets": {
      "rssfeed": {
        "name": "RSS Feed",
        "ignoreInVersions": [
          2
        ],
        "components": [],
        "i18n": true,
        "url": ""
      }
    },

What's the best way to structure this?

https://github.com/oweitman/ioBroker.rssfeed/blob/main/io-package.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions