Skip to content

DataClassification

Used to define a list of classifications (labels) and notes to add to various components of the schema definition.

Source of truth: DataClassification.cs

JSON nameTypeDescription
idstringOptional identifier as a string value to allow various identifier approaches.
classificationstringThe mandatory classification description, usually a keyword used for automation purposes.
groupstringThe grouping or category for this classification (e.g. “Solution Layer”, “Logical”, “Physical”). Used to organise classifications into related sets.
scopearray of stringThe scope areas in which this classification is applicable. When null or empty, the classification applies everywhere. Values are camelCase tokens such as “dataObjects”, “connections”, “mappings”, “templates”, “graph”.
notesstringFree-format notes on the Data Classification.