mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
fix(doc): try to fix broken link (#4593)
This commit is contained in:
parent
df1d8ad07e
commit
3a5cf8eded
@ -36,7 +36,7 @@ Taking a simple nested schema as described below:
|
||||
}
|
||||
```
|
||||
- v1 field path: `address.zipcode`
|
||||
- v2 field path: `[version=2.0].[type=struct].address.[type=string].zipcode"`. More examples and a formal specification of a v2 fieldPath can be found [here](docs/advanced/field-path-spec-v2/).
|
||||
- v2 field path: `[version=2.0].[type=struct].address.[type=string].zipcode"`. More examples and a formal specification of a v2 fieldPath can be found [here](docs/advanced/field-path-spec-v2.md).
|
||||
|
||||
Understanding field paths is important, because they are the identifiers through which tags, terms, documentation on fields are expressed. Besides the type and name of the field, schemas also contain descriptions attached to the individual fields, as well as information about primary and foreign keys.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user