Skip to content

Commit b053ad4

Browse files
committed
Added the suggested changes to the sctructure table.
1 parent b4c0e14 commit b053ad4

File tree

1 file changed

+7
-7
lines changed
  • docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint

1 file changed

+7
-7
lines changed

docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,13 @@ Each blueprint is represented by a [Json schema](https://json-schema.org/), as s
313313

314314
| Field | Description | Notes |
315315
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
316-
| `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). |
323323

324324
:::tip Available properties
325325
All available properties are listed in the [properties](./properties/properties.md) page

0 commit comments

Comments
 (0)