Skip to content

Commit

Permalink
Merge pull request #55 from logangingerich/patch-2
Browse files Browse the repository at this point in the history
Update fixes.yaml with open enums
  • Loading branch information
speakeasybot authored Nov 11, 2024
2 parents 93df85a + d28191e commit 3167ffa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,21 @@ actions:
- target: $["components"]["schemas"]["SignUp"]["properties"]["public_metadata"]
update:
additionalProperties: true
- target: $["components"]["schemas"]["OTP"]["properties"]["strategy"]
update:
x-speakeasy-unknown-values: allow
- target: $["components"]["schemas"]["Admin"]["properties"]["strategy"]
update:
x-speakeasy-unknown-values: allow
- target: $["components"]["schemas"]["Oauth"]["properties"]["status"]
update:
x-speakeasy-unknown-values: allow
- target: $["components"]["schemas"]["Oauth"]["properties"]["strategy"]
update:
x-speakeasy-unknown-values: allow
- target: $["components"]["schemas"]["IdentificationLink"]["properties"]["type"]
update:
x-speakeasy-unknown-values: allow
- target: $["components"]["schemas"]["EmailAddress"]["properties"]["object"]
update:
x-speakeasy-unknown-values: allow

0 comments on commit 3167ffa

Please sign in to comment.