We need the ability to verify that only context vocabulary is present in a VC, VP, LD Signature. i.e., how do we validate that a JSON-LD document only contains defined vocabulary?
Example Scenarios:
“newProp”: “bar” added to VC or VP (where newProp is not in the contexts).
“newProp”: “bar” added to Proof (where newProp is not in the contexts).
We need the ability to verify that only context vocabulary is present in a VC, VP, LD Signature. i.e., how do we validate that a JSON-LD document only contains defined vocabulary?
Example Scenarios:
note: we should retain the option to ignore missing context vocabulary problems (in general JSON-LD document processing).