You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,13 +313,13 @@ Each blueprint is represented by a [Json schema](https://json-schema.org/), as s
|`identifier`|Unique identifier |**Required**. The identifier is used for API calls, programmatic access and distinguishing between different blueprints|
317
-
|`title`|Name |**Required**. Human-readable name for the blueprint|
318
-
|`description`|Description |The value is visible as a tooltip to users when hovering over the info icon in the UI |
319
-
|`icon`| Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list)|
320
-
|`calculationProperties`| Contains the properties defined using [calculation properties](./properties/calculation-property/calculation-property.md)|**Required**|
321
-
|`mirrorProperties`| Contains the properties defined using [mirror properties](./properties/mirror-property)||
322
-
|`schema`| An object containing two nested fields: `properties` and `required`. |**Required**. See the schema structure [here](#schema-object)|
316
+
|`identifier`|The identifier is used for API calls, programmatic access and distinguishing between different blueprints.|**Required**|
317
+
|`title`|Human-readable name for the blueprint.|**Required**|
318
+
|`description`| The value is visible as a tooltip to users when hovering over the info icon in the UI. ||
319
+
|`icon`| Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list).|
320
+
|`calculationProperties`| Contains the properties defined using [calculation properties](./properties/calculation-property/calculation-property.md).|**Required**|
321
+
|`mirrorProperties`| Contains the properties defined using [mirror properties](./properties/mirror-property).||
322
+
|`schema`| An object containing two nested fields: `properties` and `required`. |**Required**. See the schema structure [here](#schema-object).|
323
323
324
324
:::tip Available properties
325
325
All available properties are listed in the [properties](./properties/properties.md) page
0 commit comments