mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-08 17:50:28 +00:00
19 lines
1011 B
Markdown
19 lines
1011 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](#/../type/basic.json#/definitions/entityName)*.
|
||
|
- **`description`**: Description of the Container instance. Refer to *[../../type/basic.json#/definitions/markdown](#/../type/basic.json#/definitions/markdown)*.
|
||
|
- **`propertyType`**: Property Type. Refer to *[../../type/customProperty.json#/definitions/propertyType](#/../type/customProperty.json#/definitions/propertyType)*.
|
||
|
- **`customPropertyConfig`**: Config to define constraints around CustomProperty. Refer to *[../../type/customProperty.json#/definitions/customPropertyConfig](#/../type/customProperty.json#/definitions/customPropertyConfig)*.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|