|
1 | 1 | --- |
2 | 2 | sidebar_position: 1 |
3 | | -title: Setup Blueprints |
4 | | -sidebar_label: Setup Blueprints |
| 3 | +title: Set up Blueprints |
| 4 | +sidebar_label: Set up Blueprints |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx"; |
8 | 8 |
|
9 | 9 | import Tabs from "@theme/Tabs" |
10 | 10 | import TabItem from "@theme/TabItem" |
11 | 11 |
|
12 | | -# Setup Blueprints |
| 12 | +# Set up blueprints |
13 | 13 |
|
14 | 14 | <center> |
15 | 15 |
|
@@ -313,13 +313,13 @@ Each blueprint is represented by a [Json schema](https://json-schema.org/), as s |
313 | 313 |
|
314 | 314 | | Field | Description | Notes | |
315 | 315 | | ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | |
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). | |
323 | 323 |
|
324 | 324 | :::tip Available properties |
325 | 325 | All available properties are listed in the [properties](./properties/properties.md) page |
|
0 commit comments