From a8a21fabc672e663953d0342d7eed5fcb652d764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jano=20Gonz=C3=A1lez?= Date: Fri, 5 Apr 2024 16:39:17 +0200 Subject: [PATCH] Document subdomainOf attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jano González Signed-off-by: Dawn James --- docs/features/software-catalog/descriptor-format.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/features/software-catalog/descriptor-format.md b/docs/features/software-catalog/descriptor-format.md index 1c95cfeb2a..f14f211ca9 100644 --- a/docs/features/software-catalog/descriptor-format.md +++ b/docs/features/software-catalog/descriptor-format.md @@ -1269,6 +1269,15 @@ but there will always be one ultimate owner. | ------------------------------------------------------ | ------------------------------------------ | ------------------------------------------------------------------------------- | | [`Group`](#kind-group) (default), [`User`](#kind-user) | Same as this entity, typically `default` | [`ownerOf`, and reverse `ownedBy`](well-known-relations.md#ownedby-and-ownerof) | +### `spec.subdomainOf` [optional] + +An [entity reference](references.md#string-references) to another domain of +which the domain is a part, e.g. `audio`. This field is optional. + +| [`kind`](#apiversion-and-kind-required) | Default [`namespace`](#namespace-optional) | Generated [relation](well-known-relations.md) type | +| --------------------------------------- | ------------------------------------------ | ----------------------------------------------------------------------------- | +| [`Domain`](#kind-domain) | Same as this entity, typically `default` | [`partOf`, and reverse `hasPart`](well-known-relations.md#partof-and-haspart) | + ## Kind: Location Describes the following entity kind: