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
* 💡 [Spreadsheet first schema design](../patterns/schema.md#spreadsheet-first)
59
59
60
60
```
61
61
@@ -88,7 +88,7 @@ A codelist defines a set of permissable values for a field.
88
88
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/).
💬 [Deprecate remaining package metadata and add bulk data format · Issue #1084 · open-contracting/standard](https://github.com/open-contracting/standard/issues/1084)
## 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
134
134
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.
135
135
136
136
```{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)
0 commit comments