🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@mongodb-js/search-index-schema

Package Overview
Dependencies
Maintainers
25
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/search-index-schema

MongoDB Atlas Search Index JSON schemas

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
25
Created
Source

@mongodb-js/search-index-schema

MongoDB Atlas Search Index JSON schemas.

This package provides JSON Schema definitions for MongoDB Atlas Search Indexes, including full-text search indexes and vector search indexes.

Installation

npm install @mongodb-js/search-index-schema

Package Structure

  • schema/ - source JSON schema files
  • output/ - bundled JSON schema files generated from source schemas with all $ref pointers resolved

Schema Files

The package includes schemas for different search index types:

Search Indexes

  • search/index_full.json - Complete search index schema
  • search/index_jsonEditor.json - Search index schema for use in JSON editors, which excludes metadata such as name, database, and collectionName

Vector Search Indexes

  • vectorSearch/index_full.json - Complete vector search index schema
  • vectorSearch/index_jsonEditor.json - Vector search index schema for use in JSON editors, which excludes metadata such as name, database, and collectionName

License

Apache-2.0

  • MongoDB Atlas Search Documentation
  • GitHub Repository
  • Issues

Keywords

mongodb

FAQs

Package last updated on 26 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts