Skip to content

Commit

Permalink
Fix anchor to $schema
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Jul 3, 2024
1 parent 24016cc commit f587cb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/standard/table-dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ id,name

Delimited formats is a group of textual formats such as CSV and TSV. Their charactistics can be expressed the following properties:

- [$schema](#schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default
- [$schema](#dollar-schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default
- [header](#header): `true` by default
- [headerRows](#headerRows): `1` by default
- [headerJoin](#headerJoin): ` ` by default
Expand Down Expand Up @@ -105,7 +105,7 @@ An example of a well-defined Table Dialect descriptor for a CSV format:

Structured formats is a group of structured or semi-structured formats such as JSON and YAML. Their charactistics can be expressed the following properties:

- [$schema](#schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default
- [$schema](#dollar-schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default
- [header](#header): `true` by default
- [property](#property): undefined by default
- [itemType](#itemType): undefined by default
Expand All @@ -115,7 +115,7 @@ Structured formats is a group of structured or semi-structured formats such as J

Spreadsheet formats is a group of sheet-based formats such as Excel or ODS. Their charactistics can be expressed the following properties:

- [$schema](#schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default
- [$schema](#dollar-schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default
- [header](#header): `true` by default
- [headerRows](#headerRows): `1` by default
- [headerJoin](#headerJoin): ` ` by default
Expand All @@ -128,7 +128,7 @@ Spreadsheet formats is a group of sheet-based formats such as Excel or ODS. Thei

Database formats is a group of formats accessing data from databases like SQLite. Their charactistics can be expressed the following properties:

- [$schema](#schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default
- [$schema](#dollar-schema): `https://datapackage.org/profiles/1.0/tabledialect.json` by default
- [table](#table): undefined by default

## Properties
Expand Down

0 comments on commit f587cb8

Please sign in to comment.