Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ The different components that make up a basic property definition are listed in

| Field | Description |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `title` | Property title. |
| `title` | Property title. |
| `identifier` | Property identifer. (Maximum 30 characters) |
| `type` | **Mandatory field.** The data type of the property. |
| `icon` | Icon for the property. <br /><br />See the [full icon list](../setup-blueprint.md#full-icon-list). |
| `icon` | Icon for the property. <br /><br />See the [full icon list](/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/#full-icon-list). |
| `description` | Description of the property.<br /> This value is visible to users when hovering on the info icon in the UI. It provides detailed information about the use of a specific property. |
| `default` | Default value for this property in case an entity is created without explicitly providing a value. |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Each blueprint is represented by a [Json schema](https://json-schema.org/), as s

| Field | Description | Notes |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `identifier` | The identifier is used for API calls, programmatic access and distinguishing between different blueprints. | **Required** |
| `identifier` | The identifier is used for API calls, programmatic access and distinguishing between different blueprints. | **Required**. (Maximum 30 characters) |
| `title` | Human-readable name for the blueprint. |**Required** |
| `description` | The value is visible as a tooltip to users when hovering over the info icon in the UI. | |
| `icon` | Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list). |
Expand Down