jackdelahunt / survey-json-schema

golang survey tooling to fullfill JSON schema requirements
Apache License 2.0
2 stars 1 forks source link

feat: can now handle oneOf selection #18

Closed jackdelahunt closed 1 year ago

jackdelahunt commented 1 year ago

Verification Steps

  1. make binary
  2. ./askjschema --file=schemas/telegram_sink_0.1.json
  3. You should be able to select which one of option to use and set it

Type of change