mirror of
https://github.com/bitol-io/open-data-contract-standard.git
synced 2025-05-28 19:34:02 +00:00
29 lines
807 B
YAML
29 lines
807 B
YAML
version: 1.0.0
|
|
apiVersion: v3.0.2
|
|
kind: DataContract
|
|
id: 53581432-6c55-4ba2-a65f-72344a91553a
|
|
status: active
|
|
name: my_table
|
|
dataProduct: my_quantum
|
|
schema:
|
|
- name: Air_Quality
|
|
description: Air quality of the city of New York
|
|
authoritativeDefinitions:
|
|
- url: https://catalog.data.gov/dataset/air-quality
|
|
type: Reference definition on Data.gov
|
|
dataGranularityDescription: Raw records
|
|
physicalType: table
|
|
tags: ['nyc', 'regional']
|
|
properties:
|
|
- name: UniqueID
|
|
primaryKey: true
|
|
businessName: Unique identifier
|
|
logicalType: number
|
|
physicalType: int
|
|
quality:
|
|
- description: This column should not contain null values
|
|
dimension: completeness
|
|
severity: error
|
|
rule: nullCheck
|
|
businessImpact: operational
|