Skip to content

fix: rename minValue/maxValue to minimum/maximum in moldb.yaml#16

Merged
tdudgeon merged 1 commit into
mainfrom
fix-moldb-schema-minmax
Jul 20, 2026
Merged

fix: rename minValue/maxValue to minimum/maximum in moldb.yaml#16
tdudgeon merged 1 commit into
mainfrom
fix-moldb-schema-minmax

Conversation

@tdudgeon

Copy link
Copy Markdown
Collaborator

Summary

  • data-manager/moldb.yaml still used the old minValue/maxValue keys, which the job-definition schema no longer accepts (only minimum/maximum are valid). minValue -> minimum #14 renamed these across the other job definitions but missed this file.
  • As a result jote --manifest data-manager/manifest-moldb.yaml failed schema validation before any test could even be discovered (and this is why CI's test.yaml workflow excludes this manifest from its jote --dry-run list).
  • Renames all 13 occurrences to minimum/maximum.

Test plan

  • jote --manifest data-manager/manifest-moldb.yaml --dry-run --allow-no-tests → now finds and dry-run-passes all 12 tests (previously failed with Additional properties are not allowed ('maxValue', 'minValue' were unexpected))
  • Full (non-dry-run) execution requires a Postgres instance (see docker-compose-postgres.yaml) — not exercised here

🤖 Generated with Claude Code

The job-definition schema only accepts minimum/maximum, not
minValue/maxValue. #14 renamed these everywhere else but missed
moldb.yaml, which meant jote couldn't even parse this manifest
(schema validation failed before any test could be discovered).

Verified with jote --manifest data-manager/manifest-moldb.yaml
--dry-run: now finds and dry-run-passes all 12 tests.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@tdudgeon
tdudgeon merged commit 4156ba1 into main Jul 20, 2026
12 checks passed
@tdudgeon
tdudgeon deleted the fix-moldb-schema-minmax branch July 20, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant