@@ -766,37 +766,37 @@ YAML
766766 instanceLocation => ' /request/uri/query/null_query' ,
767767 keywordLocation => jsonp(qw( /paths /foo/{null_path}/{boolean_path} get parameters 0) ),
768768 absoluteKeywordLocation => $doc_uri -> clone-> fragment(jsonp(qw( /paths /foo/{null_path}/{boolean_path} get parameters 0) ))-> to_string,
769- error => ' cannot deserialize to requested type' ,
769+ error => ' cannot deserialize to requested type (null) ' ,
770770 },
771771 {
772772 instanceLocation => ' /request/uri/query/boolean_query' ,
773773 keywordLocation => jsonp(qw( /paths /foo/{null_path}/{boolean_path} get parameters 1) ),
774774 absoluteKeywordLocation => $doc_uri -> clone-> fragment(jsonp(qw( /paths /foo/{null_path}/{boolean_path} get parameters 1) ))-> to_string,
775- error => ' cannot deserialize to requested type' ,
775+ error => ' cannot deserialize to requested type (boolean) ' ,
776776 },
777777 {
778778 instanceLocation => ' /request/header/NullHeader' ,
779779 keywordLocation => jsonp(qw( /paths /foo/{null_path}/{boolean_path} get parameters 2) ),
780780 absoluteKeywordLocation => $doc_uri -> clone-> fragment(jsonp(qw( /paths /foo/{null_path}/{boolean_path} get parameters 2) ))-> to_string,
781- error => ' cannot deserialize to requested type' ,
781+ error => ' cannot deserialize to requested type (null) ' ,
782782 },
783783 {
784784 instanceLocation => ' /request/header/BooleanHeader' ,
785785 keywordLocation => jsonp(qw( /paths /foo/{null_path}/{boolean_path} get parameters 3) ),
786786 absoluteKeywordLocation => $doc_uri -> clone-> fragment(jsonp(qw( /paths /foo/{null_path}/{boolean_path} get parameters 3) ))-> to_string,
787- error => ' cannot deserialize to requested type' ,
787+ error => ' cannot deserialize to requested type (boolean) ' ,
788788 },
789789 {
790790 instanceLocation => ' /request/uri/path/null_path' ,
791791 keywordLocation => jsonp(qw( /paths /foo/{null_path}/{boolean_path} parameters 0) ),
792792 absoluteKeywordLocation => $doc_uri -> clone-> fragment(jsonp(qw( /paths /foo/{null_path}/{boolean_path} parameters 0) ))-> to_string,
793- error => ' cannot deserialize to requested type' ,
793+ error => ' cannot deserialize to requested type (null) ' ,
794794 },
795795 {
796796 instanceLocation => ' /request/uri/path/boolean_path' ,
797797 keywordLocation => jsonp(qw( /paths /foo/{null_path}/{boolean_path} parameters 1) ),
798798 absoluteKeywordLocation => $doc_uri -> clone-> fragment(jsonp(qw( /paths /foo/{null_path}/{boolean_path} parameters 1) ))-> to_string,
799- error => ' cannot deserialize to requested type' ,
799+ error => ' cannot deserialize to requested type (boolean) ' ,
800800 },
801801 ],
802802 },
0 commit comments