-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter unsupported string formats (#2449)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fdb5ae8
commit 4067b36
Showing
3 changed files
with
4 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12863,7 +12863,6 @@ components: | |
items: | ||
description: Email address that can receive an invitation to access the | ||
shared dashboard. | ||
format: email | ||
type: string | ||
nullable: true | ||
type: array | ||
|
@@ -13048,7 +13047,6 @@ components: | |
items: | ||
description: Email address that can receive an invitation to access the | ||
shared dashboard. | ||
format: email | ||
type: string | ||
nullable: true | ||
type: array | ||
|
@@ -21184,12 +21182,10 @@ components: | |
email: | ||
description: The new email of the user. | ||
example: [email protected] | ||
format: email | ||
type: string | ||
handle: | ||
description: The user handle, must be a valid email. | ||
example: [email protected] | ||
format: email | ||
type: string | ||
icon: | ||
description: Gravatar icon associated to the user. | ||
|
@@ -33876,7 +33872,6 @@ paths: | |
required: true | ||
schema: | ||
example: [email protected] | ||
format: email | ||
type: string | ||
responses: | ||
'200': | ||
|
@@ -33918,7 +33913,6 @@ paths: | |
required: true | ||
schema: | ||
example: [email protected] | ||
format: email | ||
type: string | ||
responses: | ||
'200': | ||
|
@@ -33957,7 +33951,6 @@ paths: | |
required: true | ||
schema: | ||
example: [email protected] | ||
format: email | ||
type: string | ||
requestBody: | ||
content: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2384,7 +2384,6 @@ components: | |
author_email: | ||
description: The commit author email. | ||
example: [email protected] | ||
format: email | ||
type: string | ||
author_name: | ||
description: The commit author name. | ||
|
@@ -2409,7 +2408,6 @@ components: | |
committer_email: | ||
description: The committer email. | ||
example: [email protected] | ||
format: email | ||
nullable: true | ||
type: string | ||
committer_name: | ||
|
@@ -12864,7 +12862,6 @@ components: | |
- [email protected] | ||
items: | ||
description: An email address. | ||
format: email | ||
type: string | ||
type: array | ||
MetricBulkTagConfigNamePrefix: | ||
|
@@ -14383,7 +14380,6 @@ components: | |
custom_url: | ||
description: The custom URL for a custom region. | ||
example: https://example.com | ||
format: url | ||
type: string | ||
name: | ||
description: The name for the Opsgenie service. | ||
|
@@ -14446,7 +14442,6 @@ components: | |
custom_url: | ||
description: The custom URL for a custom region. | ||
example: null | ||
format: url | ||
nullable: true | ||
type: string | ||
name: | ||
|
@@ -14490,7 +14485,6 @@ components: | |
custom_url: | ||
description: The custom URL for a custom region. | ||
example: https://example.com | ||
format: url | ||
nullable: true | ||
type: string | ||
name: | ||
|
@@ -20759,7 +20753,6 @@ components: | |
email: | ||
description: "Service owner\u2019s email." | ||
example: [email protected] | ||
format: email | ||
type: string | ||
slack: | ||
description: "Service owner\u2019s Slack channel." | ||
|
@@ -21020,7 +21013,6 @@ components: | |
contact: | ||
description: Contact value. | ||
example: [email protected] | ||
format: email | ||
type: string | ||
name: | ||
description: Contact email. | ||
|
@@ -21381,7 +21373,6 @@ components: | |
contact: | ||
description: Contact value. | ||
example: [email protected] | ||
format: email | ||
type: string | ||
name: | ||
description: Contact email. | ||
|
@@ -22765,7 +22756,6 @@ components: | |
url: | ||
description: The URL for the link | ||
example: https://example.com | ||
format: url | ||
type: string | ||
required: | ||
- label | ||
|