datahelix
datahelix copied to clipboard
Schema update for relational data
Description
Extend the scope of the JSON schema to include validation of the relationships section of the profile (which is described here).
Changes
- Add relationships section to the top of the schema.
- Add relationship definition to bottom of the schema, to add validation of as much of the logic described in the RelationalData page as possible.
- Add reference to the RelationalData page in the UserGuide.
- Test by performing profile validation of the relational example.
Additional notes
Couldn't work out how to do validation of extents.
Issue
Resolves #1708