balena-io-modules / jellyschema

JellySchema - data validation, UI form generation
Apache License 2.0
4 stars 2 forks source link

Unnecessary ui object fields are being emitted #34

Closed cyplo closed 5 years ago

cyplo commented 5 years ago

example:

version: 1
properties:
  - test:
      type: string
      title: sdsds
      warning: sdsdsds

emits the following UI Object:

{
  "test": {
    "ui:description": null,
    "ui:help": null,
    "ui:warning": "sdsdsds"
  }
}

notice the null values