mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-10 16:25:37 +00:00
20 lines
556 B
Markdown
20 lines
556 B
Markdown
![]() |
---
|
||
|
title: schemaValidation
|
||
|
slug: /main-concepts/metadata-standard/schemas/entity/datacontract/schemavalidation
|
||
|
---
|
||
|
|
||
|
# SchemaValidation
|
||
|
|
||
|
*Schema validation details for data contract.*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`passed`** *(integer)*: Number of schema checks passed.
|
||
|
- **`failed`** *(integer)*: Number of schema checks failed.
|
||
|
- **`total`** *(integer)*: Total number of schema checks.
|
||
|
- **`failedFields`** *(array)*: List of fields that failed validation.
|
||
|
- **Items** *(string)*
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|