Table of Contents

Class JsonLDExpandedTerm

Namespace
ActivityPub.Types.Util
Assembly
ActivityPub.Types.dll

Expanded form of a term that carries additional information

public record JsonLDExpandedTerm : JsonLDTerm, IEquatable<JsonLDTerm>, IEquatable<JsonLDExpandedTerm>
Inheritance
JsonLDExpandedTerm
Implements
Inherited Members

Properties

Type

idk...

[JsonPropertyName("@type")]
public string? Type { get; init; }

Property Value

string

See Also