Definition
JSON-LD 1.1 Processing Algorithms and API defines RemoteDocument
[Exposed=JsonLd]
interface RemoteDocument {
constructor();
readonly attribute USVString contentType;
readonly attribute USVString contextUrl;
attribute any document;
readonly attribute USVString documentUrl;
readonly attribute USVString profile;
};