2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: createDomain
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/api/domains/createdomain
|
|
|
|
---
|
|
|
|
|
|
|
|
# createDomain
|
|
|
|
|
|
|
|
*Create Domain API request*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`domainType`**: Domain type. Refer to *../../entity/domains/domain.json#/definitions/domainType*.
|
|
|
|
- **`name`**: A unique name of the Domain. Refer to *../../type/basic.json#/definitions/entityName*.
|
|
|
|
- **`fullyQualifiedName`**: FullyQualifiedName same as `name`. Refer to *../../type/basic.json#/definitions/fullyQualifiedEntityName*.
|
|
|
|
- **`displayName`** *(string)*: Name used for display purposes. Example 'Marketing', 'Payments', etc.
|
|
|
|
- **`description`**: Description of the Domain. Refer to *../../type/basic.json#/definitions/markdown*.
|
2023-10-28 00:07:31 +05:30
|
|
|
- **`style`**: Refer to *../../type/basic.json#/definitions/style*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`parent`** *(string)*: Fully qualified name of parent domain.
|
|
|
|
- **`owner`**: Owner of this Domain. Refer to *../../type/entityReference.json*. Default: `None`.
|
2023-10-28 00:07:31 +05:30
|
|
|
- **`experts`** *(array)*: List of user/login names of users who are experts in this Domain. Default: `None`.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **Items** *(string)*
|
|
|
|
|
|
|
|
|
2023-10-28 00:07:31 +05:30
|
|
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|