mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-06 22:35:24 +00:00
22 lines
673 B
Markdown
22 lines
673 B
Markdown
![]() |
---
|
||
|
title: semanticsValidation
|
||
|
slug: /main-concepts/metadata-standard/schemas/entity/datacontract/semanticsvalidation
|
||
|
---
|
||
|
|
||
|
# SemanticsValidation
|
||
|
|
||
|
*Semantics validation details for data contract.*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`passed`** *(integer)*: Number of semantics rules passed.
|
||
|
- **`failed`** *(integer)*: Number of semantics rules failed.
|
||
|
- **`total`** *(integer)*: Total number of semantics rules.
|
||
|
- **`failedRules`** *(array)*: List of rules that failed validation.
|
||
|
- **Items** *(object)*: Cannot contain additional properties.
|
||
|
- **`ruleName`** *(string)*
|
||
|
- **`reason`** *(string)*
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|