Skip to content

Commit

Permalink
Create fixes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored Jul 19, 2024
1 parent 5b20363 commit ff1fc2c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions fixes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
overlay: 1.0.0
info:
title: Overlay File to fix issues in OAS
version: 0.0.0
actions:
- target: $["components"]["schemas"]["OTP"]["properties"]["strategy"]["enum"][*]
remove: true
- target: $["components"]["schemas"]["OTP"]["properties"]["strategy"]["enum"]
update:
- "phone_code"
- "email_code"
- "reset_password_email_code"
- "from_oauth_discord"
- "from_oauth_google"
- "from_oauth_apple"
- target: $["components"]["schemas"]["Oauth"]["properties"]["strategy"]["enum"][*]
remove: true
- target: $["components"]["schemas"]["Oauth"]["properties"]["strategy"]["enum"]
update:
- "oauth_google"
- "oauth_mock"
- "from_oauth_google"
- "from_oauth_discord"
- "oauth_apple"
- target: $["components"]["schemas"]["IdentificationLink"]["properties"]["type"]["enum"]
update:
- "oauth_apple"

0 comments on commit ff1fc2c

Please sign in to comment.