Conversation
|
Example schema (for |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #526 +/- ##
=======================================
Coverage 95.05% 95.05%
=======================================
Files 41 41
Lines 2528 2529 +1
=======================================
+ Hits 2403 2404 +1
Misses 125 125 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This seems to have an extra curly bracket in it (according to JSON validation) , typo maybe?, also shouldn't the False in additional properties be false? Apart from them it seems to render correctly in the browser via JSON when these are corrected. |
|
Copy/paste/reformat error on my part I think copying from the output. Is the json returned in the response correct? And yes, I copied it from the test which uses Python |
Haven't tried it dynamically yet, just copy/pasted it myself, corrected the errors and checked :). I'll run it up later and test it live. |
eb887c6 to
f5fbda8
Compare
493af11 to
4898cda
Compare
|
Copying the output into jsonforms appears to show the drop-down as expected |
When a plan is expecting a device name, there is a limited number of valid devices available to choose from. Making these available in the schema allows clients to restrict input to valid options only.
4898cda to
15ac4fd
Compare
When a plan is expecting a device name, there is a limited number of
valid devices available to choose from. Making these available in the
schema allows clients to restrict input to valid options only.
Addresses #518