Skip to content

Commit e7eee4f

Browse files
author
Lasim
committed
feat(backend): add github_account_id to API specifications
1 parent cb8ba0f commit e7eee4f

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

services/backend/api-spec.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13540,6 +13540,11 @@
1354013540
"nullable": true,
1354113541
"description": "Homepage URL"
1354213542
},
13543+
"github_account_id": {
13544+
"type": "string",
13545+
"nullable": true,
13546+
"description": "GitHub Account ID"
13547+
},
1354313548
"language": {
1354413549
"type": "string",
1354513550
"description": "Programming language"
@@ -13907,6 +13912,11 @@
1390713912
"nullable": true,
1390813913
"description": "Homepage URL"
1390913914
},
13915+
"github_account_id": {
13916+
"type": "string",
13917+
"nullable": true,
13918+
"description": "GitHub Account ID"
13919+
},
1391013920
"language": {
1391113921
"type": "string",
1391213922
"description": "Programming language"
@@ -14354,6 +14364,11 @@
1435414364
"nullable": true,
1435514365
"description": "Homepage URL"
1435614366
},
14367+
"github_account_id": {
14368+
"type": "string",
14369+
"nullable": true,
14370+
"description": "GitHub Account ID"
14371+
},
1435714372
"language": {
1435814373
"type": "string",
1435914374
"description": "Programming language"
@@ -15215,6 +15230,10 @@
1521515230
"format": "uri",
1521615231
"description": "Homepage URL"
1521715232
},
15233+
"github_account_id": {
15234+
"type": "string",
15235+
"description": "GitHub Account ID (owner.id from GitHub API)"
15236+
},
1521815237
"resources": {
1521915238
"type": "array",
1522015239
"items": {
@@ -15371,6 +15390,11 @@
1537115390
"nullable": true,
1537215391
"description": "Homepage URL"
1537315392
},
15393+
"github_account_id": {
15394+
"type": "string",
15395+
"nullable": true,
15396+
"description": "GitHub Account ID"
15397+
},
1537415398
"language": {
1537515399
"type": "string",
1537615400
"description": "Programming language"
@@ -15783,6 +15807,10 @@
1578315807
"format": "uri",
1578415808
"description": "Homepage URL"
1578515809
},
15810+
"github_account_id": {
15811+
"type": "string",
15812+
"description": "GitHub Account ID (owner.id from GitHub API)"
15813+
},
1578615814
"language": {
1578715815
"type": "string",
1578815816
"minLength": 1,
@@ -15976,6 +16004,11 @@
1597616004
"nullable": true,
1597716005
"description": "Homepage URL"
1597816006
},
16007+
"github_account_id": {
16008+
"type": "string",
16009+
"nullable": true,
16010+
"description": "GitHub Account ID"
16011+
},
1597916012
"language": {
1598016013
"type": "string",
1598116014
"description": "Programming language"
@@ -16898,6 +16931,10 @@
1689816931
"type": "string",
1689916932
"nullable": true
1690016933
},
16934+
"github_account_id": {
16935+
"type": "string",
16936+
"nullable": true
16937+
},
1690116938
"stars": {
1690216939
"type": "number"
1690316940
},

services/backend/api-spec.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9444,6 +9444,10 @@ paths:
94449444
type: string
94459445
nullable: true
94469446
description: Homepage URL
9447+
github_account_id:
9448+
type: string
9449+
nullable: true
9450+
description: GitHub Account ID
94479451
language:
94489452
type: string
94499453
description: Programming language
@@ -9720,6 +9724,10 @@ paths:
97209724
type: string
97219725
nullable: true
97229726
description: Homepage URL
9727+
github_account_id:
9728+
type: string
9729+
nullable: true
9730+
description: GitHub Account ID
97239731
language:
97249732
type: string
97259733
description: Programming language
@@ -10054,6 +10062,10 @@ paths:
1005410062
type: string
1005510063
nullable: true
1005610064
description: Homepage URL
10065+
github_account_id:
10066+
type: string
10067+
nullable: true
10068+
description: GitHub Account ID
1005710069
language:
1005810070
type: string
1005910071
description: Programming language
@@ -10704,6 +10716,9 @@ paths:
1070410716
type: string
1070510717
format: uri
1070610718
description: Homepage URL
10719+
github_account_id:
10720+
type: string
10721+
description: GitHub Account ID (owner.id from GitHub API)
1070710722
resources:
1070810723
type: array
1070910724
items:
@@ -10820,6 +10835,10 @@ paths:
1082010835
type: string
1082110836
nullable: true
1082210837
description: Homepage URL
10838+
github_account_id:
10839+
type: string
10840+
nullable: true
10841+
description: GitHub Account ID
1082310842
language:
1082410843
type: string
1082510844
description: Programming language
@@ -11127,6 +11146,9 @@ paths:
1112711146
type: string
1112811147
format: uri
1112911148
description: Homepage URL
11149+
github_account_id:
11150+
type: string
11151+
description: GitHub Account ID (owner.id from GitHub API)
1113011152
language:
1113111153
type: string
1113211154
minLength: 1
@@ -11270,6 +11292,10 @@ paths:
1127011292
type: string
1127111293
nullable: true
1127211294
description: Homepage URL
11295+
github_account_id:
11296+
type: string
11297+
nullable: true
11298+
description: GitHub Account ID
1127311299
language:
1127411300
type: string
1127511301
description: Programming language
@@ -11914,6 +11940,9 @@ paths:
1191411940
latest_version:
1191511941
type: string
1191611942
nullable: true
11943+
github_account_id:
11944+
type: string
11945+
nullable: true
1191711946
stars:
1191811947
type: number
1191911948
forks:

0 commit comments

Comments
 (0)