CorantGmbH/homebridge-air-q

Array statt mehrerer Instanzen von nummerierter Objekte

Closed this issue · 0 comments

"properties": {

Hier könntest du einfach ein Array draus machen, in etwa so:

"oneOf": [
          {
            "title": "Require Authentication",
            "enum": [
              "form"
            ]
          },
          {
            "title": "None",
            "enum": [
              "none"
            ]
          }
        ],

https://github.com/oznu/homebridge-config-ui-x/blob/master/config.schema.json