Skip to content

Commit

Permalink
fix: Add provider-selection tag to validation schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed Aug 21, 2024
1 parent ffc2d1f commit 756e88a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/firebolt-openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,13 @@
},
"x-provided-by": {
"type": "string"
},
"x-provider-selection": {
"type": "string",
"enum": [
"focus",
"appId"
]
}
},
"if": {
Expand Down

0 comments on commit 756e88a

Please sign in to comment.