mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-10 18:49:00 +00:00

* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
1.2 KiB
1.2 KiB
title | slug |
---|---|
createTestCaseResolutionStatus | /main-concepts/metadata-standard/schemas/api/tests/createtestcaseresolutionstatus |
CreateTestCaseResolutionStatus
Schema to create a new test case result resolution status.
Properties
testCaseResolutionStatusType
: Status of Test Case. Refer to ../../tests/testCaseResolutionStatus.json#/definitions/testCaseResolutionStatusTypes.testCaseResolutionStatusDetails
: Details of the test case failure status. Default:null
.- One of
- : Refer to ../../tests/resolved.json.
- : Refer to ../../tests/assigned.json.
- One of
testCaseReference
: Test case reference FQN. Refer to ../../type/basic.json#/definitions/fullyQualifiedEntityName.severity
: Severity failure for the test associated with the resolution. Refer to ../../tests/testCaseResolutionStatus.json#/definitions/severities.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.