how to validate open api specifications in readyapi
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023
05:00 AM
02-14-2023
05:00 AM
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
Labels:
- Labels:
-
Assertions
-
Function Tests
0 REPLIES 0
