2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

Mongo Schema Manager runbook/api

Python

AI Summary: Improve the schema validation within the MongoDB API utility to detect and reject improperly placed `$ref` keywords in YAML schema definitions. Currently, the validator allows `$ref` in locations other than where it's valid (replacing `type` or `description`), leading to schema errors. The task involves modifying the validation logic to enforce correct `$ref` placement.

Complexity: 4/5
good first issue

Mongo Schema Manager runbook/api

Python