Skip to content

Commit

Permalink
feat(bridge-metadata): add 'majorVersion' property (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-ruetz authored Jun 5, 2024
1 parent aa5184b commit 7d827e6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"resources": {
"onepassword_item": {
"current": "onepassword:index/item:Item",
"majorVersion": 1,
"fields": {
"password_recipe": {
"maxItemsOne": true
Expand Down Expand Up @@ -33,6 +34,7 @@
"datasources": {
"onepassword_item": {
"current": "onepassword:index/getItem:getItem",
"majorVersion": 1,
"fields": {
"section": {
"maxItemsOne": false,
Expand All @@ -50,7 +52,8 @@
}
},
"onepassword_vault": {
"current": "onepassword:index/getVault:getVault"
"current": "onepassword:index/getVault:getVault",
"majorVersion": 1
}
}
},
Expand Down

0 comments on commit 7d827e6

Please sign in to comment.