Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 25, 2024
1 parent b3f6ff5 commit ee90313
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@
"type": "array"
},
"disabled_reason": {
"description": "This is typed as a string for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is empty because fields in `future_requirements` will never disable the account.",
"description": "This is typed as an enum for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is null because fields in `future_requirements` will never disable the account.",
"enum": [
"other",
"paused.inactivity",
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1027,9 +1027,9 @@ components:
type: array
disabled_reason:
description: >-
This is typed as a string for consistency with
This is typed as an enum for consistency with
`requirements.disabled_reason`, but it safe to assume
`future_requirements.disabled_reason` is empty because fields in
`future_requirements.disabled_reason` is null because fields in
`future_requirements` will never disable the account.
enum:
- other
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
"type": "array"
},
"disabled_reason": {
"description": "This is typed as a string for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is empty because fields in `future_requirements` will never disable the account.",
"description": "This is typed as an enum for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is null because fields in `future_requirements` will never disable the account.",
"enum": [
"other",
"paused.inactivity",
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
"type": "array"
},
"disabled_reason": {
"description": "This is typed as a string for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is empty because fields in `future_requirements` will never disable the account.",
"description": "This is typed as an enum for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is null because fields in `future_requirements` will never disable the account.",
"enum": [
"other",
"paused.inactivity",
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -997,9 +997,9 @@ components:
type: array
disabled_reason:
description: >-
This is typed as a string for consistency with
This is typed as an enum for consistency with
`requirements.disabled_reason`, but it safe to assume
`future_requirements.disabled_reason` is empty because fields in
`future_requirements.disabled_reason` is null because fields in
`future_requirements` will never disable the account.
enum:
- other
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -847,9 +847,9 @@ components:
type: array
disabled_reason:
description: >-
This is typed as a string for consistency with
This is typed as an enum for consistency with
`requirements.disabled_reason`, but it safe to assume
`future_requirements.disabled_reason` is empty because fields in
`future_requirements.disabled_reason` is null because fields in
`future_requirements` will never disable the account.
enum:
- other
Expand Down

0 comments on commit ee90313

Please sign in to comment.