Skip to content

Commit

Permalink
Filter unsupported string formats (#2449)
Browse files Browse the repository at this point in the history
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
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Aug 22, 2024
1 parent fdb5ae8 commit 4067b36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 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-08-21 17:41:19.410103",
"spec_repo_commit": "e8ef24a7"
"regenerated": "2024-08-21 21:10:07.401687",
"spec_repo_commit": "46829234"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-21 17:41:19.434107",
"spec_repo_commit": "e8ef24a7"
"regenerated": "2024-08-21 21:10:07.427956",
"spec_repo_commit": "46829234"
}
}
}
7 changes: 0 additions & 7 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -33876,7 +33872,6 @@ paths:
required: true
schema:
example: [email protected]
format: email
type: string
responses:
'200':
Expand Down Expand Up @@ -33918,7 +33913,6 @@ paths:
required: true
schema:
example: [email protected]
format: email
type: string
responses:
'200':
Expand Down Expand Up @@ -33957,7 +33951,6 @@ paths:
required: true
schema:
example: [email protected]
format: email
type: string
requestBody:
content:
Expand Down
10 changes: 0 additions & 10 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -2409,7 +2408,6 @@ components:
committer_email:
description: The committer email.
example: [email protected]
format: email
nullable: true
type: string
committer_name:
Expand Down Expand Up @@ -12864,7 +12862,6 @@ components:
- [email protected]
items:
description: An email address.
format: email
type: string
type: array
MetricBulkTagConfigNamePrefix:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -14446,7 +14442,6 @@ components:
custom_url:
description: The custom URL for a custom region.
example: null
format: url
nullable: true
type: string
name:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -21020,7 +21013,6 @@ components:
contact:
description: Contact value.
example: [email protected]
format: email
type: string
name:
description: Contact email.
Expand Down Expand Up @@ -21381,7 +21373,6 @@ components:
contact:
description: Contact value.
example: [email protected]
format: email
type: string
name:
description: Contact email.
Expand Down Expand Up @@ -22765,7 +22756,6 @@ components:
url:
description: The URL for the link
example: https://example.com
format: url
type: string
required:
- label
Expand Down

0 comments on commit 4067b36

Please sign in to comment.