@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface SchemaPathSegment

    One path segment in its object form, as the Standard Schema spec allows alongside a bare PropertyKey.

    interface SchemaPathSegment {
        key: PropertyKey;
    }
    Index
    key: PropertyKey