Skip to content

Commit

Permalink
Merge pull request #4476 from github/openapi-update-40e6bc368eddcaf2d…
Browse files Browse the repository at this point in the history
…5463df4fc0b3643250a1e3d2b22392d8aefce1456cbc3f8

Update OpenAPI 3.1 Descriptions
  • Loading branch information
shiftkey authored Jan 28, 2025
2 parents cdebdf3 + 75875c6 commit 795897c
Show file tree
Hide file tree
Showing 8 changed files with 9,954 additions and 10,334 deletions.
78 changes: 0 additions & 78 deletions descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -27954,45 +27954,6 @@
"ssl_verify"
]
},
{
"title": "HecConfig",
"description": "Hec Config for Audit Log Stream Configuration",
"type": "object",
"properties": {
"domain": {
"description": "Domain of Hec instance.",
"type": "string"
},
"port": {
"description": "The port number for connecting to HEC.",
"type": "integer"
},
"key_id": {
"type": "string",
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
},
"encrypted_token": {
"description": "Encrypted Token.",
"type": "string"
},
"path": {
"description": "Path to send events to.",
"type": "string"
},
"ssl_verify": {
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
"type": "boolean"
}
},
"required": [
"domain",
"encrypted_token",
"path",
"key_id",
"port",
"ssl_verify"
]
},
{
"title": "GoogleCloudConfig",
"description": "Google Cloud Config for audit log streaming configuration.",
Expand Down Expand Up @@ -28461,45 +28422,6 @@
"ssl_verify"
]
},
{
"title": "HecConfig",
"description": "Hec Config for Audit Log Stream Configuration",
"type": "object",
"properties": {
"domain": {
"description": "Domain of Hec instance.",
"type": "string"
},
"port": {
"description": "The port number for connecting to HEC.",
"type": "integer"
},
"key_id": {
"type": "string",
"description": "Key ID obtained from the audit log stream key endpoint used to encrypt secrets."
},
"encrypted_token": {
"description": "Encrypted Token.",
"type": "string"
},
"path": {
"description": "Path to send events to.",
"type": "string"
},
"ssl_verify": {
"description": "SSL verification helps ensure your events are sent to your HEC endpoint securely.",
"type": "boolean"
}
},
"required": [
"domain",
"encrypted_token",
"path",
"key_id",
"port",
"ssl_verify"
]
},
{
"title": "GoogleCloudConfig",
"description": "Google Cloud Config for audit log streaming configuration.",
Expand Down
Loading

0 comments on commit 795897c

Please sign in to comment.