From a23c02e6c87017932cceea8a038ccd87dc5ea075 Mon Sep 17 00:00:00 2001 From: Armin Ruech <7052238+arminru@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:08:52 +0100 Subject: [PATCH] [backport to 1.23.x] Temp fix for separation of resource and semantic attributes (#524) (#537) Co-authored-by: Alexander Wert --- model/registry/cloud.yaml | 2 +- model/registry/container.yaml | 2 +- model/registry/oci.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/model/registry/cloud.yaml b/model/registry/cloud.yaml index 695bf64719..2c669052e8 100644 --- a/model/registry/cloud.yaml +++ b/model/registry/cloud.yaml @@ -1,7 +1,7 @@ groups: - id: registry.cloud prefix: cloud - type: attribute_group + type: resource brief: > A cloud environment (e.g. GCP, Azure, AWS). attributes: diff --git a/model/registry/container.yaml b/model/registry/container.yaml index 6909fe4ecb..0755d078af 100644 --- a/model/registry/container.yaml +++ b/model/registry/container.yaml @@ -1,7 +1,7 @@ groups: - id: registry.container prefix: container - type: attribute_group + type: resource brief: > A container instance. attributes: diff --git a/model/registry/oci.yaml b/model/registry/oci.yaml index 24e0cb93f2..45e2838796 100644 --- a/model/registry/oci.yaml +++ b/model/registry/oci.yaml @@ -1,7 +1,7 @@ groups: - id: registry.oci.manifest prefix: oci.manifest - type: attribute_group + type: resource brief: > An OCI image manifest. attributes: