Closed fredsensibill closed 10 months ago
A ticket was already opened for this, but it has since been improperly closed: https://github.com/scottie1984/swagger-ui-express/issues/274
When I try to set my API spec version to 3.1.0 I get this error:
openapi.validator: Validating schema openapi.validator: validation errors [ { "instancePath": "/openapi", "schemaPath": "#/properties/openapi/pattern", "keyword": "pattern", "params": { "pattern": "^3\\.0\\.\\d(-.+)?$" }, "message": "must match pattern \"^3\\.0\\.\\d(-.+)?$\"" } ]
Posted to the wrong package. I should have posted this to express-openapi-validator
express-openapi-validator
A ticket was already opened for this, but it has since been improperly closed: https://github.com/scottie1984/swagger-ui-express/issues/274
When I try to set my API spec version to 3.1.0 I get this error: