Skip to content

Commit 48b16e3

Browse files
committed
refactor: rename 'resolved' to 'resolution_status' in feedback schema
1 parent 81353b5 commit 48b16e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tdei-api-gateway-prod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@
25112511
"resolved"
25122512
]
25132513
},
2514-
"resolved": {
2514+
"resolution_status": {
25152515
"type": "string",
25162516
"enum": [
25172517
"fixed",
@@ -5157,7 +5157,7 @@
51575157
"description": "User who resolved the feedback.",
51585158
"example": "john.doe@example.com"
51595159
},
5160-
"resolution": {
5160+
"resolution_status": {
51615161
"type": "string",
51625162
"description": "Resolution status for the feedback.",
51635163
"enum": [

tdei-api-gateway-stage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@
25112511
"resolved"
25122512
]
25132513
},
2514-
"resolved": {
2514+
"resolution_status": {
25152515
"type": "string",
25162516
"enum": [
25172517
"fixed",
@@ -5157,7 +5157,7 @@
51575157
"description": "User who resolved the feedback.",
51585158
"example": "john.doe@example.com"
51595159
},
5160-
"resolution": {
5160+
"resolution_status": {
51615161
"type": "string",
51625162
"description": "Resolution status for the feedback.",
51635163
"enum": [

tdei-api-gateway.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@
25112511
"resolved"
25122512
]
25132513
},
2514-
"resolved": {
2514+
"resolution_status": {
25152515
"type": "string",
25162516
"enum": [
25172517
"fixed",
@@ -5299,7 +5299,7 @@
52995299
"description": "User who resolved the feedback.",
53005300
"example": "john.doe@example.com"
53015301
},
5302-
"resolution": {
5302+
"resolution_status": {
53035303
"type": "string",
53045304
"description": "Resolution status for the feedback.",
53055305
"enum": [

0 commit comments

Comments
 (0)