Json Schema draft-07, make property required based on another property value
I know this question exists here, but I tried every solution, but didnt work.
I have schema which has two properties, and second property will be displayed when first property is true. For this I used “options/dependencies”. I want to make second property required when first property is true.