Add dependency on a "child property"
AdityaTulasi-xx opened this issue · 1 comments
AdityaTulasi-xx commented
Hi,
I want to add a dependency on presence of a property inside an object that is at the same level.
Example
{
"Name": "Something",
"Data": {
"Somekey1": "Some value"
}
}
I need "Name" to be conditionally present, and it should depend on presence (or value of; hierarchy is the primary concern here) of Somekey1
. Is this possible? If yes, can you please tell me the JSON schema for this?
Thanks.
chulkilee commented