Skip to content

Commit

Permalink
fixed extra fields returned for json
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurozkan123 committed Mar 18, 2024
1 parent 31e8a7d commit 55bf9f3
Showing 1 changed file with 60 additions and 5 deletions.
65 changes: 60 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,18 @@
"schema": {
"type": "object",
"properties": {
"results": {
"currentkeymateuser": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"noticeforhuman": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"error": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},"results": {
"type": "array",
"items": {
"type": "object",
Expand Down Expand Up @@ -260,7 +271,18 @@
"schema": {
"type": "object",
"properties": {
"results": {
"currentkeymateuser": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"noticeforhuman": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"error": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},"results": {
"type": "array",
"items": {
"type": "object",
Expand Down Expand Up @@ -421,7 +443,18 @@
"schema": {
"type": "object",
"properties": {
"results": {
"currentkeymateuser": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"noticeforhuman": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"error": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},"results": {
"type": "array",
"items": {
"type": "object",
Expand Down Expand Up @@ -710,7 +743,18 @@
"schema": {
"type": "object",
"properties": {
"results": {
"currentkeymateuser": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"noticeforhuman": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"error": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},"results": {
"type": "array",
"items": {
"type": "object",
Expand Down Expand Up @@ -1626,7 +1670,18 @@
"schema": {
"type": "object",
"properties": {
"results": {
"currentkeymateuser": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"noticeforhuman": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},
"error": {
"type": "string",
"description": "The rules which recommend gpt to follow."
},"results": {
"type": "array",
"items": {
"type": "object",
Expand Down

0 comments on commit 55bf9f3

Please sign in to comment.