Skip to content

Commit 44dd5b0

Browse files
Update OpenAPI Descriptions
1 parent 88067c5 commit 44dd5b0

18 files changed

+4834
-2734
lines changed

descriptions/api.github.com/api.github.com.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8108,7 +8108,7 @@
81088108
"repositories": {
81098109
"type": "array",
81108110
"items": {
8111-
"$ref": "#/components/schemas/repository"
8111+
"$ref": "#/components/schemas/minimal-repository"
81128112
}
81138113
}
81148114
}
@@ -72099,7 +72099,7 @@
7209972099
}
7210072100
]
7210172101
},
72102-
"expiration": {
72102+
"expires_at": {
7210372103
"type": "string",
7210472104
"format": "date-time",
7210572105
"nullable": true
@@ -72117,7 +72117,7 @@
7211772117
"url",
7211872118
"created_at",
7211972119
"updated_at",
72120-
"expiration"
72120+
"expires_at"
7212172121
]
7212272122
},
7212372123
"hovercard": {
@@ -91347,7 +91347,7 @@
9134791347
"updated_at": "2011-09-06T20:39:23Z",
9134891348
"created_at": "2011-09-06T17:26:27Z",
9134991349
"fingerprint": "jklmnop12345678",
91350-
"expiration": "2012-09-06T20:39:27Z",
91350+
"expires_at": "2012-09-06T20:39:27Z",
9135191351
"user": {
9135291352
"login": "octocat",
9135391353
"id": 1,

descriptions/api.github.com/api.github.com.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5668,7 +5668,7 @@ paths:
56685668
repositories:
56695669
type: array
56705670
items:
5671-
"$ref": "#/components/schemas/repository"
5671+
"$ref": "#/components/schemas/minimal-repository"
56725672
examples:
56735673
default:
56745674
"$ref": "#/components/examples/repository-paginated"
@@ -52490,7 +52490,7 @@ components:
5249052490
nullable: true
5249152491
allOf:
5249252492
- "$ref": "#/components/schemas/simple-user"
52493-
expiration:
52493+
expires_at:
5249452494
type: string
5249552495
format: date-time
5249652496
nullable: true
@@ -52506,7 +52506,7 @@ components:
5250652506
- url
5250752507
- created_at
5250852508
- updated_at
52509-
- expiration
52509+
- expires_at
5251052510
hovercard:
5251152511
title: Hovercard
5251252512
description: Hovercard
@@ -69513,7 +69513,7 @@ components:
6951369513
updated_at: '2011-09-06T20:39:23Z'
6951469514
created_at: '2011-09-06T17:26:27Z'
6951569515
fingerprint: jklmnop12345678
69516-
expiration: '2012-09-06T20:39:27Z'
69516+
expires_at: '2012-09-06T20:39:27Z'
6951769517
user:
6951869518
login: octocat
6951969519
id: 1

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 1124 additions & 599 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)