You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"name": {
"const": "local-userpass",
"description": "The name of the authentication provider. For Email/Password authentication, this value is always `local-userpass`."
},
yields invalid TypeScript code (the value has to be quoted):
/**
* @description The name of the authentication provider. For Email/Password authentication, this value is always `local-userpass`.
* @constant
*/
name?: local-userpass;
Name
Version
openapi-typescript
6.2.4
Reproduction
How can this be reproduced / when did the error occur?
Description
A property that must have a constant string value
yields invalid TypeScript code (the value has to be quoted):
openapi-typescript
6.2.4
Reproduction
How can this be reproduced / when did the error occur?
This can be reproduced by processing the OpenAPI specification of the MongoDB Atlas App Services Admin API.
The text was updated successfully, but these errors were encountered: