Example:
items:
- name: limit
schemaRef: "#/parameters/LimitParam"
This needs to iterate parameters, and if the name is in the list, make sure that $ref matches schemaRef. Will probably need to check these separately with swagger-parser set to not dereference.
Example:
This needs to iterate parameters, and if the name is in the list, make sure that $ref matches schemaRef. Will probably need to check these separately with swagger-parser set to not dereference.