phramework / testphase

API response testing tool
https://phramework.github.io/testphase/
Apache License 2.0
3 stars 0 forks source link

Support null type variables #27

Open VManolas opened 8 years ago

VManolas commented 8 years ago

Do you think it is a good idea for testphase to support {"type": "null" } as it is described http://spacetelescope.github.io/understanding-json-schema/reference/null.html

nohponex commented 8 years ago

I think we should allow a schema to be nullable and not just null type, although only null might be useful

nohponex commented 8 years ago

https://github.com/phramework/validate/issues/17