mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 19:48:26 +00:00
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
![]() |
---
|
||
|
title: createTestDefinition
|
||
|
slug: /main-concepts/metadata-standard/schemas/api/tests/createtestdefinition
|
||
|
---
|
||
|
|
||
|
# CreateTestDefinitionRequest
|
||
|
|
||
|
*Schema corresponding to a Test Definition*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`name`**: Name that identifies this test case. Refer to *../../type/basic.json#/definitions/entityName*.
|
||
|
- **`displayName`** *(string)*: Display Name that identifies this test case.
|
||
|
- **`description`**: Description of the testcase. Refer to *../../type/basic.json#/definitions/markdown*.
|
||
|
- **`owner`**: Owner of this TestCase definition. Refer to *../../type/entityReference.json*.
|
||
|
- **`entityType`**: Refer to *../../tests/testDefinition.json#/definitions/entityType*.
|
||
|
- **`testPlatforms`** *(array)*
|
||
|
- **Items**: Refer to *../../tests/testDefinition.json#/definitions/testPlatform*.
|
||
|
- **`supportedDataTypes`** *(array)*
|
||
|
- **Items**: Refer to *../../entity/data/table.json#/definitions/dataType*.
|
||
|
- **`parameterDefinition`** *(array)*
|
||
|
- **Items**: Refer to *../../tests/testDefinition.json#/definitions/testCaseParameterDefinition*.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2023-10-27 13:55:46.343512.
|