Skip to content

Commit f808f77

Browse files
authored
Merge pull request #2819 from port-labs/PORTN-3677-add-limitation-for-the-blueprint-and-property-identifiers
Added limitations to blueprint and property identifiers
2 parents 633d088 + 4b69b1a commit f808f77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ The different components that make up a basic property definition are listed in
7575

7676
| Field | Description |
7777
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
78-
| `title` | Property title. |
78+
| `title` | Property title. |
79+
| `identifier` | Property identifer. (Maximum 30 characters) |
7980
| `type` | **Mandatory field.** The data type of the property. |
80-
| `icon` | Icon for the property. <br /><br />See the [full icon list](../setup-blueprint.md#full-icon-list). |
81+
| `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). |
8182
| `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. |
8283
| `default` | Default value for this property in case an entity is created without explicitly providing a value. |
8384

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

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

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

0 commit comments

Comments
 (0)