Skip to content

control-v1: add missing type to conflationEnabled#3472

Open
surminus wants to merge 1 commit into
mainfrom
control-api-conflation-enabled-type
Open

control-v1: add missing type to conflationEnabled#3472
surminus wants to merge 1 commit into
mainfrom
control-api-conflation-enabled-type

Conversation

@surminus

Copy link
Copy Markdown

I generate the Terraform provider schemas from this spec, and tfplugingen-openapi silently skips any property that has no type. conflationEnabled in the three namespace schemas (namespace_post, namespace_patch, namespace_response) has a default, description and example but no type, so the attribute vanishes from the generated schema without any error. I scanned the rest of the spec and these three are the only untyped properties in the file.

The Terraform provider currently carries this fix as a local patch on its vendored copy of the spec (codegen/spec-fixes.patch), which I can drop once this lands.

🤖 Generated with Claude Code

I generate the Terraform provider schemas from this spec, and
tfplugingen-openapi silently skips any property that has no type.
conflationEnabled in the three namespace schemas has a default,
description and example but no type, so the attribute vanishes from
the generated schema without any error. I checked the rest of the
spec and these three are the only untyped properties.

The provider currently carries this fix as a local patch on its
vendored copy (codegen/spec-fixes.patch), which we can drop once
this lands.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: ce350ffc-a35c-4281-aabd-cc31fe108215

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch control-api-conflation-enabled-type

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@m-hulbert m-hulbert left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants