Rachanadevdas7
2 years agoNew Contributor
how to validate open api specifications in readyapi
Hi Team,
I am trying to verify all the attribute which are present in Open API contract3.0
below is the snippet of the Open API contract3.0
"name" : "pageSize",
"in" : "query",
"required" : false,
"style" : "form",
"explode" : true,
"schema" : {
"type" : "integer"
}
here i need to validate whether this page Size is accepts only integer or not, do we have any such option in readyApi to verify this based on contract