Rakesh1988
6 years agoNew Member
Mandatory/Conditional/Optional Fields
HI, I need help to create json schema with mandatory/conditional/optional field. For mandatory i am taking it inside "required". Those fields which are not under "required" will consider as "optional"
But question is, how should i mention the fileds which are conditional. Meaning, there would be feilds which are optional but mandatory in case of dependant feild.
Example:
There is object "services" and string is "name"
"code" string should come in case of "name"
how can i show "code" in json schema?