JsonLD icon indicating copy to clipboard operation
JsonLD copied to clipboard

Add @protected & @version

Open botris opened this issue 2 years ago • 3 comments

Json LD defines both protected and version, this PR adds both.

botris avatar Oct 02 '23 13:10 botris

Good addition. Please add fixes #111 or add #111 in Development tab (right side), so it gets closed when this PR is merged.

k00ni avatar Oct 03 '23 06:10 k00ni

Ping @lanthaler

k00ni avatar Oct 10 '23 11:10 k00ni

JsonLD is a 1.0 compliant parser, not 1.1. These changes break 1.0 compliance but don't make it 1.1 compliant as many of the new features will remain unsupported.

We thus unfortunately can't merge this in the current form. We either need to hide this behind a configuration flag or extend this PR to make JsonLD fully compliant with JSON-LD 1.1.

lanthaler avatar Oct 12 '23 20:10 lanthaler