Skip to content

JSON-LD: object sanitization

kaniini requested to merge bugfix/json-ld-object-sanitization into develop

Inclusion of internal representation data causes some incorrectly implemented JSON-LD parsers to fail parsing our activities.

Presence of internal representation data has also lead to developer confusion from outside projects which tried to parse our internal representation data in lieu of the AS2 data.

Accordingly, remove the data from public-facing AS2/AP objects.

Merge request reports