@metreeca/blue - v0.9.1
    Preparing search index...

    Interface Id

    Marker interface for the resource identifier property.

    Tags a PropertyConstraints returned by id as mapping to JSON-LD @id.

    interface Id {
        kind: "id";
        hidden?: boolean;
    }
    Index

    Properties

    Properties

    kind: "id"

    Discriminator identifying this as a resource identifier property.

    hidden?: boolean

    Excludes the property from default serialization.

    undefined (false)