Skip to content

Conversation

@JC-wk
Copy link
Collaborator

@JC-wk JC-wk commented Jan 16, 2026

Resolves #4813 #4284

What is being addressed

Substituted properties will now retain their types unless they are part of a longer string see the issue for more detail

How is this addressed

  • return the substituted value as it's correct type instead of converting to string
  • added tests
  • Update documentation
  • Update CHANGELOG.md
  • Increment api version

@JC-wk JC-wk requested a review from a team as a code owner January 16, 2026 13:47
@JC-wk JC-wk changed the title Fix type mismatch error where in property substitution Fix type mismatch error in property substitution Jan 16, 2026
@github-actions
Copy link

Unit Test Results

665 tests   665 ✅  8s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit 4d379a7.

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.

when using property substitution types are converted to strings causes <ValidationError: "'True' is not of type 'boolean'">

1 participant