From 98b66d3252156a54909ce7ae73d4fb32ff8aebf9 Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Wed, 17 Sep 2025 11:23:19 +0300 Subject: [PATCH 1/2] Added limitations to blueprint and property identifiers --- .../setup-blueprint/properties/properties.md | 5 +++-- .../configure-data-model/setup-blueprint/setup-blueprint.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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..a35ad04ca0 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](../setup-blueprint.md#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). | From 4b69b1a31a79d39e6d0c80191f9946fbb81b422b Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Wed, 17 Sep 2025 11:42:12 +0300 Subject: [PATCH 2/2] changed the link for full icon list --- .../setup-blueprint/properties/properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a35ad04ca0..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 @@ -78,7 +78,7 @@ The different components that make up a basic property definition are listed in | `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. |