Open rekmarks opened 3 years ago
@BelfordZ, how should I do this according to the spec?
@rekmarks JSON Schema has a null
type. You can make a content descriptor whose json schema type is null. As for undefined, you can put schema: true
, since any result is ultimately valid there. Not super ideal way to handle undefined... ill try to think of a better one.
this looks great BTW. Thank you for your efforts!!
I.e., methods where
response.result
isnull
orundefined
.