• Rucha Deodhar's avatar
    MDEV-30977: Additional key values are not validating properly when using · 1c25b5c0
    Rucha Deodhar authored
    unevaluatedProperties with properties declared in subschemas
    
    Analysis:
    When a key fails to validate for "properties" when "properties" is being
    treated as alternate schema, it needs to fall back on alternate schema
    for "properites" itself ("unevaluatedProperties" in context of the bug).
    But that doesn't happen and we end up returning false (=validated)
    Fix:
    When "properties" fails to validate as an alternate schema, fall back on
    alternate schema for "properties" itself.
    1c25b5c0
func_json.result 171 KB