Skip to content

yaml_ld.models.RemoteDocument

Bases: TypedDict

Specification of the remote document.

contentType instance-attribute

contentType: str

contextUrl instance-attribute

contextUrl: str | None

document instance-attribute

document: JsonLdRecord | list[JsonLdRecord]

documentUrl instance-attribute

documentUrl: str

profile instance-attribute

profile: str | None