mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-05 05:45:51 +00:00
20 lines
873 B
Markdown
20 lines
873 B
Markdown
![]() |
---
|
||
|
title: createCustomProperty
|
||
|
slug: /main-concepts/metadata-standard/schemas/api/data/createcustomproperty
|
||
|
---
|
||
|
|
||
|
# CreateCustomPropertyRequest
|
||
|
|
||
|
*Create Custom Property Model entity request*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`name`**: Name that identifies this Custom Property model. Refer to *../../type/basic.json#/definitions/entityName*.
|
||
|
- **`displayName`** *(string)*: Display Name that identifies the custom property.
|
||
|
- **`description`**: Description of the Container instance. Refer to *../../type/basic.json#/definitions/markdown*.
|
||
|
- **`propertyType`**: Property Type. Refer to *../../type/customProperty.json#/definitions/propertyType*.
|
||
|
- **`customPropertyConfig`**: Config to define constraints around CustomProperty. Refer to *../../type/customProperty.json#/definitions/customPropertyConfig*.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|