mservicetech / openapi-schema-validation

Apache License 2.0
15 stars 9 forks source link

For required path & query parameters, the error message description is not correct #13

Closed GavinChenYan closed 3 years ago

GavinChenYan commented 3 years ago

"Parameter get is required but is missing

It should have missing field name:

Status(VALIDATOR_REQUEST_PARAMETER_MISSING, openApiOperation.getMethod(), openApiOperation.getPathString().original());