Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(service-type): rename serviceType into service_type #741

Merged
merged 2 commits into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11554,6 +11554,7 @@ components:
- name
- healthchecks
- icon_uri
- service_type
properties:
environment:
$ref: '#/components/schemas/ReferenceObject'
Expand Down Expand Up @@ -11631,7 +11632,7 @@ components:
description: Icon URI representing the application.
x-stoplight:
id: b8karc43pdxpu
serviceType:
service_type:
$ref: '#/components/schemas/ServiceTypeEnum'
ApplicationDeploymentRestriction:
allOf:
Expand Down Expand Up @@ -13868,6 +13869,7 @@ components:
- healthchecks
- auto_preview
- icon_uri
- service_type
properties:
environment:
$ref: '#/components/schemas/ReferenceObject'
Expand Down Expand Up @@ -13938,7 +13940,7 @@ components:
description: Icon URI representing the container.
x-stoplight:
id: o2bdci7ak3bmz
serviceType:
service_type:
$ref: '#/components/schemas/ServiceTypeEnum'
ContainerResponseList:
type: object
Expand Down Expand Up @@ -14166,6 +14168,7 @@ components:
required:
- environment
- icon_uri
- service_type
properties:
environment:
$ref: '#/components/schemas/ReferenceObject'
Expand Down Expand Up @@ -14197,7 +14200,7 @@ components:
type: string
format: uri
description: Icon URI representing the database.
serviceType:
service_type:
$ref: '#/components/schemas/ServiceTypeEnum'
DatabaseAccessibilityEnum:
type: string
Expand Down Expand Up @@ -16308,6 +16311,7 @@ components:
- allow_cluster_wide_resources
- values_override
- icon_uri
- service_type
properties:
environment:
$ref: '#/components/schemas/ReferenceObject'
Expand Down Expand Up @@ -16426,7 +16430,7 @@ components:
description: Icon URI representing the helm service.
x-stoplight:
id: i2pvbugqsldhe
serviceType:
service_type:
$ref: '#/components/schemas/ServiceTypeEnum'
HelmPortResponseBase:
type: object
Expand Down Expand Up @@ -19009,6 +19013,7 @@ components:
- source
- healthchecks
- icon_uri
- service_type
properties:
environment:
$ref: '#/components/schemas/ReferenceObject'
Expand Down Expand Up @@ -19084,7 +19089,7 @@ components:
description: Icon URI representing the job.
x-stoplight:
id: p1secr7kxozsd
serviceType:
service_type:
$ref: '#/components/schemas/ServiceTypeEnum'
HelmGitRepositoryRequest:
type: object
Expand Down
Loading