1{ 2 "allOf": [ 3 false 4 ], 5 "anyOf": [ 6 {} 7 ], 8 "not": false, 9 "oneOf": [ 10 true 11 ] 12}
View as plain text