Update OpenAPI Descriptions (#28064)
* Update OpenAPI Descriptions * Add decorated OpenAPI schema files Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com> Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
committed by
GitHub
parent
cc9045602c
commit
95dae47594
@@ -246417,6 +246417,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -249818,6 +249828,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -253136,6 +253156,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -256469,6 +256499,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -259691,6 +259731,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -263060,6 +263110,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -266632,6 +266692,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -270200,6 +270270,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -273423,6 +273503,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -280771,6 +280861,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -285613,6 +285713,16 @@
|
||||
"open"
|
||||
]
|
||||
},
|
||||
"state_reason": {
|
||||
"description": "The reason for the current state",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"examples": [
|
||||
"not_planned"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the issue",
|
||||
"type": "string",
|
||||
@@ -468726,6 +468836,12 @@
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"state_reason": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"assignee": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user