diff --git a/sml-reference/model.md b/sml-reference/model.md index 2010014..8c82cb2 100644 --- a/sml-reference/model.md +++ b/sml-reference/model.md @@ -125,8 +125,7 @@ perspectives: - unique_name: Internet Sales - No PII dimensions: - hierarchies: - - levels: - - Customer Name + - level: Customer Name name: Customer Hierarchy name: Customer Dimension secondaryattributes: @@ -279,6 +278,7 @@ namespace Models{ } class PerspectiveHierarchy{ String name + String level Array~String~ levels } } @@ -504,7 +504,8 @@ Supported properties: within the dimension to hide in the perspective. Supported properties: - `name`: String, required. The name of the hierarchy. - - `levels`: Array, optional. Defines a single level in the hierarchy to be hidden in the perspective. All levels below the specified level will also be hidden. Only one level should be provided. + - `level`: String, optional. Defines a single level in the hierarchy to be hidden in the perspective. All levels below the specified level will also be hidden. + - `levels`: Array, optional. ⚠️ **DEPRECATED** use `level` instead. - `secondary_attributes`: Array, optional. A list of the dimension's secondary attributes to hide in the perspective.