-
Notifications
You must be signed in to change notification settings - Fork 8
/
fixes.yml
43 lines (43 loc) · 1.4 KB
/
fixes.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
overlay: 1.0.0
info:
title: Overlay openapi.yml => openapi-fixes.yml
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"]["OTP"]["required"][*]
remove: true
- target: $["components"]["schemas"]["OTP"]["required"]
update:
- "status"
- "strategy"
- 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"
- "oauth_discord"
- target: $["components"]["parameters"]["LimitParameter"]["schema"]
update:
type: integer
- target: $["components"]["parameters"]["OffsetParameter"]["schema"]
update:
type: integer
- target: $["paths"]["/email_addresses/{email_address_id}"]["get"]
update:
x-speakeasy-usage-example: true