Skip to content

Commit

Permalink
Allow for any type for additionalProperties in HTTPLogItem (#25759)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 18, 2024
1 parent ad860a4 commit 4f7c43c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-17 14:12:18.095835",
"spec_repo_commit": "fb024a45"
"regenerated": "2024-10-18 21:02:11.881352",
"spec_repo_commit": "37070fd4"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-17 14:12:26.096579",
"spec_repo_commit": "fb024a45"
"regenerated": "2024-10-18 21:02:20.114514",
"spec_repo_commit": "37070fd4"
}
}
}
1 change: 0 additions & 1 deletion data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10042,7 +10042,6 @@ components:
HTTPLogItem:
additionalProperties:
description: Additional log attributes.
type: string
description: Logs that are sent over HTTP.
properties:
ddsource:
Expand Down
9 changes: 3 additions & 6 deletions data/api/v2/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -52746,8 +52746,7 @@
"description": "Structured log message.",
"items": {
"additionalProperties": {
"description": "Additional log attributes.",
"type": "string"
"description": "Additional log attributes."
},
"description": "Logs that are sent over HTTP.",
"properties": {
Expand Down Expand Up @@ -52838,8 +52837,7 @@
},
"HTTPLogItem": {
"additionalProperties": {
"description": "Additional log attributes.",
"type": "string"
"description": "Additional log attributes."
},
"description": "Logs that are sent over HTTP.",
"properties": {
Expand Down Expand Up @@ -240502,8 +240500,7 @@
"description": "Structured log message.",
"items": {
"additionalProperties": {
"description": "Additional log attributes.",
"type": "string"
"description": "Additional log attributes."
},
"description": "Logs that are sent over HTTP.",
"properties": {
Expand Down
9 changes: 3 additions & 6 deletions static/resources/json/full_spec_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -52746,8 +52746,7 @@
"description": "Structured log message.",
"items": {
"additionalProperties": {
"description": "Additional log attributes.",
"type": "string"
"description": "Additional log attributes."
},
"description": "Logs that are sent over HTTP.",
"properties": {
Expand Down Expand Up @@ -52838,8 +52837,7 @@
},
"HTTPLogItem": {
"additionalProperties": {
"description": "Additional log attributes.",
"type": "string"
"description": "Additional log attributes."
},
"description": "Logs that are sent over HTTP.",
"properties": {
Expand Down Expand Up @@ -240502,8 +240500,7 @@
"description": "Structured log message.",
"items": {
"additionalProperties": {
"description": "Additional log attributes.",
"type": "string"
"description": "Additional log attributes."
},
"description": "Logs that are sent over HTTP.",
"properties": {
Expand Down

0 comments on commit 4f7c43c

Please sign in to comment.