diff --git a/schemas/timoni.sh/core/v1alpha1/metadata.cue b/schemas/timoni.sh/core/v1alpha1/metadata.cue index afed90dc..16e38afe 100644 --- a/schemas/timoni.sh/core/v1alpha1/metadata.cue +++ b/schemas/timoni.sh/core/v1alpha1/metadata.cue @@ -78,8 +78,10 @@ import "strings" namespace: #Meta.namespace labels: #Meta.labels - // +nodoc - labels: (#StdLabelComponent): #Component + labels: { + // +nodoc + (#StdLabelComponent): #Component + } annotations?: #Annotations if #Meta.annotations != _|_ { @@ -111,8 +113,10 @@ import "strings" name: #Meta.name + "-" + #Component labels: #Meta.labels - // +nodoc - labels: (#StdLabelComponent): #Component + labels: { + // +nodoc + (#StdLabelComponent): #Component + } annotations?: #Annotations if #Meta.annotations != _|_ {