Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 43c2ff7

Browse files
committed
chore(openapi.json): remove deprecated AttemptState and associated fields from schema
This commit removes the deprecated `AttemptState` object and associated fields from the OpenAPI schema, including the `state` field within the `EventAttempt` object. The `AttemptStatus` object is now used to represent the attempt status, consolidating the state and status information.
1 parent 8e9d67d commit 43c2ff7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

openapi.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -464,14 +464,6 @@
464464
],
465465
"description": "Attempt status"
466466
},
467-
"AttemptState": {
468-
"type": "string",
469-
"enum": [
470-
"COMPLETED"
471-
],
472-
"nullable": true,
473-
"x-docs-hide": true
474-
},
475467
"EventAttempt": {
476468
"type": "object",
477469
"properties": {
@@ -547,9 +539,6 @@
547539
"status": {
548540
"$ref": "#/components/schemas/AttemptStatus"
549541
},
550-
"state": {
551-
"$ref": "#/components/schemas/AttemptState"
552-
},
553542
"successful_at": {
554543
"type": "string",
555544
"format": "date-time",

0 commit comments

Comments
 (0)