Open Issues Need Help
View All on GitHub Add target-version to the list-collections output 2 months ago
good first issue
Improve validation of mis placed $ref 2 months ago
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