unionWithNullValue | ||
open | /validator.html | |
type | json | { "stringOrNumber":null, "booleanOrNull":null } |
type | schema | { "type":"object", "properties":{ "stringOrNumber":{"type":["string","number"]}, "booleanOrNull":{"type":["boolean","null"]} } } |
click | bt-validate-js | |
waitForTextPresent | JSON: | |
verifyTextPresent | JSON: INVALID | |
click | bt-validate-php | |
waitForTextPresent | JSON: | |
verifyTextPresent | JSON: INVALID |