Skip to content

Update OpenAPI 3.1 Descriptions #1423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 4 additions & 68 deletions descriptions-next/ghes-3.2/dereferenced/ghes-3.2.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -1267,19 +1267,6 @@
"created_at": {
"type": "string",
"format": "date-time"
},
"added_by": {
"type": [
"string",
"null"
]
},
"last_used": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down Expand Up @@ -323034,18 +323021,6 @@
},
"read_only": {
"type": "boolean"
},
"added_by": {
"type": [
"string",
"null"
]
},
"last_used": {
"type": [
"string",
"null"
]
}
},
"required": [
Expand All @@ -323061,19 +323036,8 @@
},
"examples": {
"default": {
"value": [
{
"id": 1,
"key": "ssh-rsa AAA...",
"url": "https://api.github.com/repos/octocat/Hello-World/keys/1",
"title": "octocat@octomac",
"verified": true,
"created_at": "2014-12-10T15:53:42Z",
"read_only": true,
"added_by": "octocat",
"last_used": "2022-01-10T15:53:42Z"
}
]
"value": {
}
}
}
}
Expand Down Expand Up @@ -323192,18 +323156,6 @@
},
"read_only": {
"type": "boolean"
},
"added_by": {
"type": [
"string",
"null"
]
},
"last_used": {
"type": [
"string",
"null"
]
}
},
"required": [
Expand All @@ -323225,9 +323177,7 @@
"title": "octocat@octomac",
"verified": true,
"created_at": "2014-12-10T15:53:42Z",
"read_only": true,
"added_by": "octocat",
"last_used": "2022-01-10T15:53:42Z"
"read_only": true
}
}
}
Expand Down Expand Up @@ -323397,18 +323347,6 @@
},
"read_only": {
"type": "boolean"
},
"added_by": {
"type": [
"string",
"null"
]
},
"last_used": {
"type": [
"string",
"null"
]
}
},
"required": [
Expand All @@ -323430,9 +323368,7 @@
"title": "octocat@octomac",
"verified": true,
"created_at": "2014-12-10T15:53:42Z",
"read_only": true,
"added_by": "octocat",
"last_used": "2022-01-10T15:53:42Z"
"read_only": true
}
}
}
Expand Down
30 changes: 1 addition & 29 deletions descriptions-next/ghes-3.2/dereferenced/ghes-3.2.deref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -792,15 +792,6 @@ paths:
created_at:
type: string
format: date-time
added_by:
type:
- string
- 'null'
last_used:
type:
- string
- 'null'
format: date-time
required:
- id
- key
Expand Down Expand Up @@ -49341,14 +49332,6 @@ paths:
type: string
read_only:
type: boolean
added_by:
type:
- string
- 'null'
last_used:
type:
- string
- 'null'
required:
- id
- key
Expand All @@ -49359,16 +49342,7 @@ paths:
- read_only
examples:
default:
value:
- id: 1
key: ssh-rsa AAA...
url: https://api.github.com/repos/octocat/Hello-World/keys/1
title: octocat@octomac
verified: true
created_at: '2014-12-10T15:53:42Z'
read_only: true
added_by: octocat
last_used: '2022-01-10T15:53:42Z'
value: {}
headers:
Link: *7
x-github:
Expand Down Expand Up @@ -49434,8 +49408,6 @@ paths:
verified: true
created_at: '2014-12-10T15:53:42Z'
read_only: true
added_by: octocat
last_used: '2022-01-10T15:53:42Z'
headers:
Location:
example: https://api.github.com/repos/octocat/Hello-World/keys/1
Expand Down
Loading