You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This document tracks the history and evolution of the **Open Data Contract Stand
16
16
* Reformat quality examples to be valid YAML.
17
17
* Type of definition for authority have standard values: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`.
18
18
* Add in `isUnique`, `primaryKeyPosition`, `partitionKeyPosition`, and `clusterKeyPosition` to `column` definition.
19
-
* Add [JSON schema](schema/odcs-json-schema.json) to validate YAML files for v2.2.1.
19
+
* Add [JSON schema](https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema.json) to validate YAML files for v2.2.1.
20
20
* Integrated as part of [Bitol](https://lfaidata.foundation/projects/bitol/).
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Thanks for your interest and for taking the time to come here! ❤️
10
10
This standard describes a structure for a **data contract**. It's current version is v2.2.2. It is available for you as an Apache 2.0 license. Contributions are welcome!
11
11
12
12
## Discover the open standard
13
-
Discover the [Open Data Contract Standard](docs/index.md). This file contains some explanations and several examples. More [examples](docs/examples/index.md) can be found here.
13
+
Discover the [Open Data Contract Standard](docs/standard.md). This file contains some explanations and several examples. More [examples](docs/examples/index.md) can be found here.
14
14
15
15
## What is a Data Contract?
16
16
@@ -23,13 +23,13 @@ A data contract defines the agreement between a data producer and consumers. A d
*Figure 1: illustration of a data contract, its principal contributors, sections, and usage.*
29
29
30
30
### JSON Schema
31
31
32
-
JSON Schema for ODCS can be found [here](schema/odcs-json-schema.json). You can import this schema into your IDE for
32
+
JSON Schema for ODCS can be found [here](https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema.json). You can import this schema into your IDE for
33
33
validation of your YAML files. Links below show how you can import the schema:
@@ -82,7 +82,7 @@ mike set-default --push latest #by default, users will go to
82
82
```
83
83
84
84
#### Deploying a new version
85
-
Given that the Github action [here](.github/workflows/docs-site-deploy.yaml) it set to trigger when a new tag version is
85
+
Given that the Github action [here](https://github.com/bitol-io/open-data-contract-standard/blob/main/.github/workflows/docs-site-deploy.yaml) it set to trigger when a new tag version is
86
86
created, all that is required is to:
87
87
1.[Create a new release](https://github.com/bitol-io/open-data-contract-standard/releases)
88
88
2. Put in new tag version for release (follows pattern v*)
0 commit comments