Skip to content

Commit 4f84dd4

Browse files
committed
business function
1 parent 254e986 commit 4f84dd4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

data-product-specification.cue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ kind: string & =~"(?i)^(dataproduct)$"
185185
domain: string
186186
country?: string & =~"^[A-Z]{2,3}$" | null // ISO 3166-1 alpha-2/alpha-3 (e.g., IT, DE, USA)
187187
legalEntity?: string | null // Owning legal entity identifier/name
188-
brand?: string | null
188+
brand?: string | null
189+
businessFunction?: string | null
189190
version: #Version
190191
let majorVersion = strings.Split(version, ".")[0]
191192
environment: string

example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ domain: my_domain
77
country: it
88
legalEntity: AgileL Lab
99
brand: Witboost
10+
businessFunction: RiskManagement
1011
version: 1.0.0
1112
environment: development
1213
dataProductOwner: tom_smith_corp.com

0 commit comments

Comments
 (0)