Skip to content

Commit fd96c15

Browse files
author
Genevieve Nuebel
committed
Cleanup both OAS to address generator issues and incorrect
1 parent 7442352 commit fd96c15

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

openapi/v20111101.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3523,9 +3523,7 @@ components:
35233523
nullable: true
35243524
type: string
35253525
instructional_text:
3526-
example: |
3527-
Some instructional text <a href="https://example.url.mxbank.com/instructions"
3528-
id="instructional_text">for end users</a>.
3526+
example: "Some instructional text <a href=\"https://example.url.mxbank.com/instructions\" id=\"instructional_text\">for end users</a>."
35293527
nullable: true
35303528
type: string
35313529
instructional_text_steps:
@@ -6187,6 +6185,10 @@ components:
61876185
example: data:image/png;base64,iVBORw0KGgoAAAANSUh ... more image data ...
61886186
nullable: true
61896187
type: string
6188+
guid:
6189+
example: CRD-ce76d2e3-86bd-ec4a-ec52-eb53b5194bf5
6190+
nullable: true
6191+
type: string
61906192
label:
61916193
example: IMAGE_1
61926194
nullable: true
@@ -6198,6 +6200,10 @@ components:
61986200
type: object
61996201
OptionResponse:
62006202
properties:
6203+
guid:
6204+
example: CRD-ce76d2e3-86bd-ec4a-ec52-eb53b5194bf5
6205+
nullable: true
6206+
type: string
62016207
label:
62026208
example: IMAGE_1
62036209
nullable: true
@@ -7004,6 +7010,8 @@ components:
70047010
- US
70057011
- CA
70067012
type: array
7013+
items:
7014+
type: string
70077015
description: |
70087016
An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico).
70097017
is_mobile_webview:

openapi/v20250224.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3879,7 +3879,7 @@ components:
38793879
in: query
38803880
name: use_case
38813881
schema:
3882-
type: array
3882+
type: string
38833883
accountGuid:
38843884
description: The unique id for an `account`.
38853885
example: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
@@ -4623,9 +4623,7 @@ components:
46234623
type: string
46244624
instructional_text:
46254625
description: Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain `<a></a>` tags to link to explanatory material.
4626-
example: |
4627-
Some instructional text <a href="https://example.url.mxbank.com/instructions"
4628-
id="instructional_text">for end users</a>.
4626+
example: "Some instructional text <a href=\"https://example.url.mxbank.com/instructions\" id=\"instructional_text\">for end users</a>."
46294627
nullable: true
46304628
type: string
46314629
instructional_text_steps:
@@ -8737,6 +8735,8 @@ components:
87378735
- US
87388736
- CA
87398737
type: array
8738+
items:
8739+
type: string
87408740
description: |
87418741
An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico).
87428742
is_mobile_webview:

0 commit comments

Comments
 (0)