Open roll opened 6 months ago
I would also suggest to hardcode some of the anchors, rather than auto-generating them. For example:
Not: https://datapackage.org/specifications/table-schema/#fields-required Bug: https://datapackage.org/specifications/table-schema/#fields
Not: https://datapackage.org/specifications/table-schema/#schema-1 But: https://datapackage.org/specifications/table-schema/#dollar-schema
Here's an overview of anchors I found that should be hardcoded imo:
resources
dollar-schema
name
path-or-data
dollar-schema
tabular-path-or-data
schema
(will be automatic once dollar-schema
is there?)dollar-schema
fields
dollar-schema
name
Note that it is fairly urgent to update these anchors, since implementations (such as frictionless-r) will reference these.
Overview
In v2 we have improved ability to link individual sections of the spec (https://datapackage.org/specifications/table-schema/) but some heading are still missing e.g. for field properties like
decimalChar
etc (the list needs to be collected first)