Skip to content

Conversation

@lpcox
Copy link
Collaborator

@lpcox lpcox commented Jan 21, 2026

  • Add ExpandRawJSONVariables() to expand ${VAR} expressions in raw JSON before schema validation, allowing variables in container field
  • Call ExpandRawJSONVariables() in LoadFromStdin() before validateJSONSchema()
  • Update TestLoadFromStdin_UndefinedVariable to match new error message format (variable expansion now happens at raw JSON level, not per-field)

- Add ExpandRawJSONVariables() to expand ${VAR} expressions in raw JSON
  before schema validation, allowing variables in container field
- Call ExpandRawJSONVariables() in LoadFromStdin() before validateJSONSchema()
- Update TestLoadFromStdin_UndefinedVariable to match new error message format
  (variable expansion now happens at raw JSON level, not per-field)
@lpcox lpcox merged commit f520f1d into main Jan 21, 2026
3 checks passed
@lpcox lpcox deleted the lpcox/fix-tests branch January 21, 2026 16:32
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.

2 participants