Skip to content

Commit b41d9e2

Browse files
docs/development/schema.md: Fix list formatting
1 parent 5fd44c0 commit b41d9e2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/development/schema.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ The 360Giving Data Standard supports both spreadsheet and JSON formats, but most
5454

5555
```{seealso}
5656
57-
🧩 [Conversion tools](../components/conversion_tools)
58-
💡 [Spreadsheet first schema design](../patterns/schema.md#spreadsheet-first)
57+
* 🧩 [Conversion tools](../components/conversion_tools)
58+
* 💡 [Spreadsheet first schema design](../patterns/schema.md#spreadsheet-first)
5959
6060
```
6161

@@ -88,7 +88,7 @@ A codelist defines a set of permissable values for a field.
8888
The recommended approach is to document codes, titles and descriptions in a CSV file, according to the [Open Data Services Codelist Schema](https://codelist-schema.readthedocs.io/).
8989

9090
```{seealso}
91-
💡 [CSV codelists](../patterns/schema.md#csv-codelists)
91+
* 💡 [CSV codelists](../patterns/schema.md#csv-codelists)
9292
```
9393

9494
## Choose your packaging formats
@@ -117,10 +117,10 @@ GeoJSON | GeoJSON [feature collections](https://datatracker.ietf.org/doc/html/rf
117117
```
118118

119119
```{seealso}
120-
💡 [Packaging](../patterns/schema.md#packaging)
121-
💬 [Packaging multiple networks · Issue #51 · Open-Telecoms-Data/open-fibre-data-standard](https://github.com/Open-Telecoms-Data/open-fibre-data-standard/issues/51)
122-
💬 [Deprecate remaining package metadata and add bulk data format · Issue #1084 · open-contracting/standard](https://github.com/open-contracting/standard/issues/1084)
123-
💬 [Add a metadata package schema · Issue #200 · GFDRR/rdl-standard](https://github.com/GFDRR/rdl-standard/issues/200)
120+
* 💡 [Packaging](../patterns/schema.md#packaging)
121+
* 💬 [Packaging multiple networks · Issue #51 · Open-Telecoms-Data/open-fibre-data-standard](https://github.com/Open-Telecoms-Data/open-fibre-data-standard/issues/51)
122+
* 💬 [Deprecate remaining package metadata and add bulk data format · Issue #1084 · open-contracting/standard](https://github.com/open-contracting/standard/issues/1084)
123+
* 💬 [Add a metadata package schema · Issue #200 · GFDRR/rdl-standard](https://github.com/GFDRR/rdl-standard/issues/200)
124124
```
125125

126126
## Author your schema, codelists and additional rules
@@ -134,6 +134,6 @@ As well as the keywords specified in JSON Schema, the [Open Data Services JSON S
134134
Constraints expressed in a schema are requirements that data must conform to in order to be considered valid. However, you might wish to impose less stringent rules related to data quality, coverage, or best practices. If your chosen schema language cannot express a rule that you need to impose, or if the rule is intentionally less strict than a requirement, consider providing structured documentation of these additional rules and implementing them as additional checks in a [validator and quality tool](../components/validator). For example, you might recommend and check that data includes geographic coordinates, even if it isn't required in the schema. Clearly specifying additional rules and implementing additional checks makes it easier for data publishers to identify data quality issues.
135135

136136
```{seealso}
137-
💡 [Schema patterns](../patterns/schema)
138-
🧩 [Validator and quality tools](../components/validator)
137+
* 💡 [Schema patterns](../patterns/schema)
138+
* 🧩 [Validator and quality tools](../components/validator)
139139
```

0 commit comments

Comments
 (0)