Dependencies
See original GitHub issueWould dependencies
be complicated to implement?
I believe all scenarios of required fields would be covered.
If it’s too much work I’ll work around it.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (5 by maintainers)
Top Results From Across the Web
What is a Dependency? Dependency Definition and Examples
A dependency describes the relationship among activities and specifies the particular order in which they need to be performed. Dependencies arise in every ......
Read more >Dependencies in Project Management (Examples + Expert Tips)
Dependencies are any task, occurrence, or condition: That depends on the completion of a former task; Or, on which a successor task is...
Read more >Understanding dependencies in project management - Asana
A project dependency is a task that relies on the completion of a different task. This article discusses different dependencies in project ...
Read more >What are dependencies in project management ... - Workzone
In the world around you, a dependency is the state of existence of an entity or an item such that its stability is...
Read more >Dependency Definition & Meaning - Merriam-Webster
The meaning of DEPENDENCY is dependence. How to use dependency in a sentence. ... plural dependencies. 1. : dependence sense 1.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That will do it for now.
I may look into automating the schema resolver. I’m sure it can all be done right from the original JSON Schema using the
dependencies
keyword.Thanks again.
I would like to be able to conditionally display questions declaratively and I believe this could be supported through dependencies as well. Does the following example make sense?
If “Do you have any pets?” is “” or “No” then no further questions are present nor required; if it is “Yes: One” then “How old is your pet?” is present and required but “How old is your oldest pet?” is not; if it is “Yes: More than one” then “How old is your oldest pet?” is present and required but “How old is your pet?” is not.
This would support dynamic schemas without the need for a schema resolver which would simplify things, especially when array objects need to be dynamic, etc.