From 9795d529d3d6f501a7c396981b74510ba5ecc85e Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Fri, 8 Jan 2021 09:21:39 +0100 Subject: [PATCH] Make domain only a reference of a system --- .../software-catalog/descriptor-format.md | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/docs/features/software-catalog/descriptor-format.md b/docs/features/software-catalog/descriptor-format.md index 53f7330d37..17fb274b35 100644 --- a/docs/features/software-catalog/descriptor-format.md +++ b/docs/features/software-catalog/descriptor-format.md @@ -383,7 +383,6 @@ spec: lifecycle: production owner: artist-relations@example.com system: artist-engagement-portal - domain: artists providesApis: - artist-api ``` @@ -454,14 +453,6 @@ This field is optional. The software catalog expects a single string that references the name of an entity of the `kind` `System`. -### `spec.domain` [optional] - -Links the domain that the component belongs to, e.g. `artists`. This field is -optional. - -The software catalog expects a single string that references the name of an -entity of the `kind` `Domain`. - ### `spec.providesApis` [optional] Links APIs that are provided by the component, e.g. `artist-api`. This field is @@ -617,7 +608,6 @@ spec: lifecycle: production owner: artist-relations@example.com system: artist-engagement-portal - domain: artists definition: | openapi: "3.0.0" info: @@ -708,14 +698,6 @@ field is optional. The software catalog expects a single string that references the name of an entity of the `kind` `System`. -### `spec.domain` [optional] - -Links the domain that the API belongs to, e.g. `artists`. This field is -optional. - -The software catalog expects a single string that references the name of an -entity of the `kind` `Domain`. - ### `spec.definition` [required] The definition of the API, based on the format defined by `spec.type`. This @@ -892,7 +874,6 @@ metadata: spec: type: database owner: artist-relations@example.com - domain: artists system: artist-engagement-portal ``` @@ -943,14 +924,6 @@ This field is optional. The software catalog expects a single string that references the name of an entity of the `kind` `System`. -### `spec.domain` [optional] - -Links the domain that the resource belongs to, e.g. `artists`. This field is -optional. - -The software catalog expects a single string that references the name of an -entity of the `kind` `Domain`. - ## Kind: System Describes the following entity kind: