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
Validation error(s) :
paths./object/item.post.requestBody.content.application/json.schema.properties.type.type: String value 'int' does not match required pattern 'boolean|object|array|number|integer|string'. (code: 106)
From: paths./object/item.post.requestBody.content.application/json.schema.properties.type.type
components.schemas.item.template.properties.type.type: String value 'int' does not match required pattern 'boolean|object|array|number|integer|string'. (code: 106)
From: components.schemas.item.template.properties.type.type
Screenshots or Videos
No response
Additional Context
The error can be fixed by replacing "type":"int" with "type":"integer" in the only place where it occurs.
Build Version
latest
Environment
Cloud (bitwarden.com)
Environment Details
No response
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
I was able to reproduce this issue, and I have flagged this to our engineering team.
If you wish to add any further information/screenshots/recordings etc., please feel free to do so at any time - our engineering team will be happy to review these.
Steps To Reproduce
vault-management-api.json
from https://bitwarden.com/help/vault-management-api/ (scroll down all the way to the bottom and click on "Download Swagger JSON file")Expected Result
The file to pass validation.
Actual Result
Screenshots or Videos
No response
Additional Context
The error can be fixed by replacing
"type":"int"
with"type":"integer"
in the only place where it occurs.Build Version
latest
Environment
Cloud (bitwarden.com)
Environment Details
No response
Issue Tracking Info
The text was updated successfully, but these errors were encountered: