issues
search
avaly
/
jsond-validator
JSOND Validator
1
stars
1
forks
source link
Order of adding schemas should not matter
#28
Closed
avaly
closed
7 years ago
avaly
commented
7 years ago
To reproduce:
add schema A which uses another referenced schema B
add schema B next
validate some valid data against schema A
Expected:
Validation should pass
To reproduce:
Expected: Validation should pass