Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion components/schemas/billing/invoices/InvoiceIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: All includable resources linkable to the given invoice.
type: object
properties:
hubs:
"$ref": "../../includes/HubIncludes.yml"
$ref: ../../includes/IncludedHubs.yml
19 changes: 9 additions & 10 deletions components/schemas/containers/ContainerIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ description: All includable resources linkable to the given container.
type: object
properties:
creators:
"$ref": "../includes/CreatorInclude.yml"
$ref: ../includes/IncludedCreators.yml
images:
"$ref": "../includes/ImagesIncludes.yml"
$ref: ../includes/IncludedImages.yml
stack_builds:
"$ref": "../includes/StackBuildIncludes.yml"
$ref: ../includes/IncludedStackBuilds.yml
stacks:
"$ref": "../includes/StackIncludes.yml"
"stacks:identifiers":
$ref: ../includes/IdentifierIncludes.yml
$ref: ../includes/IncludedStacks.yml
stacks:identifiers:
$ref: ../includes/IncludedIdentifiers.yml
environments:
"$ref": "../includes/EnvironmentIncludes.yml"
"environments:identifiers":
$ref: ../includes/IdentifierIncludes.yml

$ref: ../includes/IncludedEnvironments.yml
environments:identifiers:
$ref: ../includes/IncludedIdentifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: All includable resources linkable to the given Zone.
type: object
properties:
integrations:
"$ref": "../../includes/IntegrationsIncludes.yml"
$ref: ../../includes/IncludedIntegrations.yml
24 changes: 12 additions & 12 deletions components/schemas/containers/instances/InstanceIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ description: A resource associated with an instance.
type: object
properties:
creators:
"$ref": "../../includes/CreatorInclude.yml"
$ref: ../../includes/IncludedCreators.yml
servers:
"$ref": "../../includes/ServersIncludes.yml"
$ref: ../../includes/IncludedServers.yml
locations:
"$ref": "../../includes/LocationsIncludes.yml"
$ref: ../../includes/IncludedLocations.yml
integrations:
"$ref": "../../includes/IntegrationsIncludes.yml"
"integrations:identifiers":
$ref: ../../includes/IdentifierIncludes.yml
$ref: ../../includes/IncludedIntegrations.yml
integrations:identifiers:
$ref: ../../includes/IncludedIdentifiers.yml
containers:
"$ref": "../../includes/ContainersIncludes.yml"
"containers:identifiers":
$ref: ../../includes/IdentifierIncludes.yml
$ref: ../../includes/IncludedContainers.yml
containers:identifiers:
$ref: ../../includes/IncludedIdentifiers.yml
environments:
"$ref": "../../includes/EnvironmentIncludes.yml"
"environments:identifiers":
$ref: ../../includes/IdentifierIncludes.yml
$ref: ../../includes/IncludedEnvironments.yml
environments:identifiers:
$ref: ../../includes/IncludedIdentifiers.yml
2 changes: 1 addition & 1 deletion components/schemas/dns/DnsZoneIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: All includable resources linkable to the given Zone.
type: object
properties:
creators:
"$ref": "../includes/CreatorInclude.yml"
"$ref": "../includes/IncludedCreators.yml"
4 changes: 2 additions & 2 deletions components/schemas/hubs/activity/ActivityIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ type: object
properties:
users:
# TODO - I think this should be User Include in this case. Just need to check cross deps
"$ref": "../../includes/CreatorInclude.yml"
$ref: ../../includes/IncludedCreators.yml
components:
"$ref": "../../includes/ComponentsIncludes.yml"
$ref: ../../includes/IncludedComponents.yml
22 changes: 11 additions & 11 deletions components/schemas/images/ImageIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ description: All includable resources linkable to the given image.
type: object
properties:
creators:
"$ref": "../includes/CreatorInclude.yml"
$ref: ../includes/IncludedCreators.yml
stack_builds:
"$ref": "../includes/StackBuildIncludes.yml"
$ref: ../includes/IncludedStackBuilds.yml
stacks:
"$ref": "../includes/StackIncludes.yml"
"stacks:identifiers":
$ref: ../includes/IdentifierIncludes.yml
$ref: ../includes/IncludedStacks.yml
stacks:identifiers:
$ref: ../includes/IncludedIdentifiers.yml
sources:
"$ref": "../includes/ImageSourceIncludes.yml"
"sources:identifiers":
$ref: ../includes/IdentifierIncludes.yml
$ref: ../includes/IncludedImageSources.yml
sources:identifiers:
$ref: ../includes/IncludedIdentifiers.yml
integrations:
"$ref": "../includes/IntegrationsIncludes.yml"
"integrations:identifiers":
$ref: ../includes/IdentifierIncludes.yml
$ref: ../includes/IncludedIntegrations.yml
integrations:identifiers:
$ref: ../includes/IncludedIdentifiers.yml
18 changes: 9 additions & 9 deletions components/schemas/images/sources/SourceIncludes.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
title: SourceIncludes
description: A resource associate with an image source.
type: object
properties:
creators:
"$ref": "../../includes/CreatorInclude.yml"
title: SourceIncludes
description: A resource associate with an image source.
type: object
properties:
creators:
$ref: ../../includes/IncludedCreators.yml
integrations:
"$ref": "../../includes/IntegrationsIncludes.yml"
"integrations:identifiers":
$ref: ../../includes/IdentifierIncludes.yml
$ref: ../../includes/IncludedIntegrations.yml
integrations:identifiers:
$ref: ../../includes/IncludedIdentifiers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: ClusterIncludes
title: IncludedClusters
description: A resource associated with a cluster.
type: object
additionalProperties:
"$ref": "../infrastructure/clusters/Cluster.yml"
$ref: ../infrastructure/clusters/Cluster.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: ComponentIncludes
title: IncludedComponents
type: object
description: A resource that is associated with activity.
additionalProperties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: ContainersIncludes
title: IncludedContainers
type: object
description: A resource that is associated with a container.
additionalProperties:
"$ref": "../containers/Container.yml"
$ref: ../containers/Container.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: CreatorInclude
title: IncludedCreators
description: An identity that created a resource.
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: EnvironmentInclude
title: IncludedEnvironments
description: An identity that is associated with an environment.
type: object
additionalProperties:
"$ref": "../environments/Environment.yml"
$ref: ../environments/Environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: HubIncludes
title: IncludedHubs
type: object
description: A resource that is associated with a hub.
additionalProperties:
"$ref": "../hubs/Hub.yml"
$ref: ../hubs/Hub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: IdentifierIncludes
title: IncludedIdentifiers
type: object
description: A map of identifiers to an array of resource IDs that are associated with it. All IDs point to the same type of resource.
additionalProperties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: ImageSourceIncludes
title: IncludedImageSources
description: A resource associated with an image source.
type: object
additionalProperties:
"$ref": "../images/sources/ImageSource.yml"
$ref: ../images/sources/ImageSource.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: ImageIncludes
title: IncludedImages
description: A resource associated with an image.
type: object
additionalProperties:
"$ref": "../images/Image.yml"
$ref: ../images/Image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: IntegrationsIncludes
title: IncludedIntegrations
description: A resource that is associated with an integration.
type: object
additionalProperties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: LocationIncludes
title: IncludedLocations
description: A resource that is associated with a provider location.
type: object
additionalProperties:
"$ref": "../infrastructure/providers/ProviderLocation.yml"
$ref: ../infrastructure/providers/ProviderLocation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: PromoCodeIncludes
title: IncludedPromoCodes
type: object
description: A resource that is associated with a promo code.
additionalProperties:
"$ref": "../billing/PromoCode.yml"
$ref: ../billing/PromoCode.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: ProviderServerModelsIncludes
title: IncludedProviderServerModels
description: A resource associated with a server models.
type: object
additionalProperties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: ServerIncludes
title: IncludedServers
description: A resource that is associated with a server.
type: object
additionalProperties:
"$ref": "../infrastructure/servers/Server.yml"
$ref: ../infrastructure/servers/Server.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: StackBuildInclude
title: IncludedStackBuilds
description: A resource that is associated with a stack build.
type: object
additionalProperties:
"$ref": "../stacks/builds/StackBuild.yml"
$ref: ../stacks/builds/StackBuild.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: StackIncludes
title: IncludedStacks
description: A resource associated with a stack.
type: object
additionalProperties:
"$ref": "../stacks/Stack.yml"
$ref: ../stacks/Stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: All includable resource linkable to the given auto-scale group.
type: object
properties:
integrations:
"$ref": "../../../includes/IntegrationsIncludes.yml"
$ref: ../../../includes/IncludedIntegrations.yml
models:
"$ref": "../../../includes/ProviderServerModelsIncludes.yml"
$ref: ../../../includes/IncludedProviderServerModels.yml
locations:
"$ref": "../../../includes/LocationsIncludes.yml"
$ref: ../../../includes/IncludedLocations.yml
8 changes: 4 additions & 4 deletions components/schemas/infrastructure/ips/IpPoolIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ type: object
description: Resources associated with an IP Pool.
properties:
creators:
"$ref": "../../includes/CreatorInclude.yml"
$ref: ../../includes/IncludedCreators.yml
servers:
"$ref": "../../includes/ServersIncludes.yml"
$ref: ../../includes/IncludedServers.yml
integrations:
"$ref": "../../includes/IntegrationsIncludes.yml"
$ref: ../../includes/IncludedIntegrations.yml
locations:
"$ref": "../../includes/LocationsIncludes.yml"
$ref: ../../includes/IncludedLocations.yml
10 changes: 4 additions & 6 deletions components/schemas/infrastructure/servers/ServerIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ type: object
description: A resource associated with a server.
properties:
locations:
"$ref": "../../includes/LocationsIncludes.yml"
$ref: ../../includes/IncludedLocations.yml
clusters:
type: object
additionalProperties:
"$ref": ../clusters/Cluster.yml
$ref: ../../includes/IncludedClusters.yml
models:
"$ref": "../../includes/ProviderServerModelsIncludes.yml"
$ref: ../../includes/IncludedProviderServerModels.yml
integrations:
"$ref": "../../includes/IntegrationsIncludes.yml"
$ref: ../../includes/IncludedIntegrations.yml
2 changes: 1 addition & 1 deletion components/schemas/jobs/JobIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ title: JobIncludes
type: object
properties:
creators:
$ref: ../includes/CreatorInclude.yml
$ref: ../includes/IncludedCreators.yml
4 changes: 2 additions & 2 deletions components/schemas/pipelines/PipelineIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: All includable resources linkable to the given pipeline.
type: object
properties:
creators:
"$ref": "../includes/CreatorInclude.yml"
"$ref": "../includes/IncludedCreators.yml"
name:
type: string
description: A name value.
Expand All @@ -19,4 +19,4 @@ properties:
- "$ref": "../images/Image.yml"
- "$ref": "../images/sources/ImageSource.yml"
"components:identifiers":
$ref: ../includes/IdentifierIncludes.yml
$ref: ../includes/IncludedIdentifiers.yml
2 changes: 1 addition & 1 deletion components/schemas/pipelines/runs/PipelineRunIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Resources related to a pipeline run, that can be included on suppor
type: object
properties:
creators:
$ref: ../../../../components/schemas/includes/CreatorInclude.yml
$ref: ../../../../components/schemas/includes/IncludedCreators.yml
pipelines:
$ref: ../../../../components/schemas/includes/IncludedPipelines.yml
keys:
Expand Down
4 changes: 2 additions & 2 deletions components/schemas/sdn/networks/NetworkIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description: All includable resource linkable to the given network.
type: object
properties:
creators:
"$ref": "../../includes/CreatorInclude.yml"
$ref: ../../includes/IncludedCreators.yml
environments:
"$ref": "../../includes/EnvironmentIncludes.yml"
$ref: ../../includes/IncludedEnvironments.yml
8 changes: 4 additions & 4 deletions components/schemas/stacks/StackInclude.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: StackIncludes
description: All includable resources linkable to the given stack.
type: object
properties:
description: All includable resources linkable to the given stack.
type: object
properties:
creators:
"$ref": "../includes/CreatorInclude.yml"
"$ref": "../includes/IncludedCreators.yml"
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ title: BillingOrderIncludes
type: object
properties:
promo_codes:
"$ref": ../../../../../components/schemas/includes/PromoCodeInclude.yml
$ref: ../../../../../components/schemas/includes/IncludedPromoCodes.yml
2 changes: 1 addition & 1 deletion platform/paths/dns/records/includes/RecordIncludes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: All includable resources linkable to the given records.
type: object
properties:
creators:
$ref: ../../../../../components/schemas/includes/CreatorInclude.yml
$ref: ../../../../../components/schemas/includes/IncludedCreators.yml
containers:
type: object
additionalProperties:
Expand Down
4 changes: 2 additions & 2 deletions platform/paths/environments/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ get:
type: object
properties:
creators:
$ref: ../../../components/schemas/includes/CreatorInclude.yml
$ref: ../../../components/schemas/includes/IncludedCreators.yml
clusters:
$ref: ../../../components/schemas/includes/ClusterIncludes.yml
$ref: ../../../components/schemas/includes/IncludedClusters.yml
default:
$ref: ../../../components/responses/errors/DefaultError.yml

Expand Down
2 changes: 1 addition & 1 deletion platform/paths/environments/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ get:
type: object
properties:
creators:
$ref: ../../../components/schemas/includes/CreatorInclude.yml
$ref: ../../../components/schemas/includes/IncludedCreators.yml
default:
$ref: ../../../components/responses/errors/DefaultError.yml

Expand Down
Loading
Loading