Skip to content

Commit

Permalink
Update README.md - fixed broken links
Browse files Browse the repository at this point in the history
This commit address the following issue: #97
  • Loading branch information
agoloborodko authored Oct 9, 2024
1 parent 9ed486d commit abad532
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 abad532

Please sign in to comment.