brunoS
10 months agoNew Contributor
using path parameters defined in components/parameters
My OAS3 files stored in swaggerHub worked well until a week ago.
I now have one error for each of these parameters:
e.g. (in yaml)
```
/contracts/{idContract}/events:
...
parameters:
- $ref: '#/components/parameters/IdContractPath'
```
Having :
```
parameters:
IdContractPath:
name: idContrat
required: true
in: path
schema:
type: string
```