Skip to content

Commit

Permalink
Merge pull request #98 from agoloborodko/patch-1
Browse files Browse the repository at this point in the history
Update README.md - fixed broken links
  • Loading branch information
jochenchrist authored Oct 10, 2024
2 parents 9ed486d + abad532 commit 22ada51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Specification
- [Model Object](#model-object)
- [Field Object](#field-object)
- [Definition Object](#definition-object)
- [Schema Object](#schema-object)
- [Schema Object (DEPRECATED)](#schema-object-deprecated)
- [Example Object](#example-object)
- [Service Level Object](#service-levels-object)
- [Quality Object](#quality-object)
Expand All @@ -302,7 +302,7 @@ It is _RECOMMENDED_ that the root document be named: `datacontract.yaml`.
| terms | [Terms Object](#terms-object) | Specifies the terms and conditions of the data contract. |
| models | Map[`string`, [Model Object](#model-object)] | Specifies the logical data model. |
| definitions | Map[`string`, [Definition Object](#definition-object)] | Specifies definitions. |
| schema | [Schema Object](#schema-object) | Specifies the physical schema. The specification supports different schema format. |
| schema | [Schema Object (DEPRECATED)](#schema-object-deprecated) | Specifies the physical schema. The specification supports different schema format. |
| examples | Array of [Example Objects](#example-object) | Specifies example data sets for the data model. The specification supports different example types. |
| servicelevels | [Service Levels Object](#service-levels-object) | Specifies the service level of the provided data |
| quality | [Quality Object](#quality-object) | Specifies the quality attributes and checks. The specification supports different quality check DSLs. |
Expand Down

0 comments on commit 22ada51

Please sign in to comment.