diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/properties.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/properties.md index 8c6eacea0a..3b4505f0ed 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/properties.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/properties.md @@ -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.

See the [full icon list](../setup-blueprint.md#full-icon-list). | +| `icon` | Icon for the property.

See the [full icon list](/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/#full-icon-list). | | `description` | Description of the property.
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. | diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md index 7f32994583..25490dd398 100644 --- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md +++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md @@ -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). |