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
# Description
This updates the naming section in the design docs.
Closes#104
Related to #46
Needs an in-depth review.
## Checklist
- [X] Formatted Markdown
- [X] Ran `just run-all`
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Luke W. Johnston <[email protected]>
| package | A Data Package that contains a collection of related data resources and descriptor(s). |
47
+
| descriptor | A standalone and complete metadata structure contained in a JSON file, for example, in `datapackage.json`. |
48
+
| properties | Metadata fields (name-value pairs) of a descriptor loaded as a Python dictionary. This can be a subset of the original descriptor or the entire structure. |
49
+
| schema | The JSON schema defining the Data Package standard. |
50
+
| config | An object containing settings for modifying the behaviour and output of the check mechanism. |
0 commit comments