Need Help with creating a JsonSchema
I need to create a JSON-Schema to validate some properties of a json object.
I'm using the
My issue is that while testing, my json file keeps matching multiple entries in the
I'm using the
oneOf property to perform some logic that has to match only one sub-schema.My issue is that while testing, my json file keeps matching multiple entries in the
oneOf and I cannot figure out why.