@suluk/journeys - v0.4.0
    Preparing search index...

    Interface FieldDescriptor

    interface FieldDescriptor {
        name: string;
        origin: FieldOrigin;
        from?: string;
        source?: SourceRef;
        fakerable: boolean;
        required: boolean;
    }
    Index

    Properties

    name: string
    origin: FieldOrigin
    from?: string

    the raw x-suluk-from when it is a human note (string).

    source?: SourceRef

    the machine-wireable edge when x-suluk-from is structured { op, select? }.

    fakerable: boolean

    true IFF a client may freely synthesize/fill it (origin === "input").

    required: boolean