Skip to content

Comments

feat(x-go-extra-tags): impl#522

Open
zdunecki wants to merge 2 commits intoomissis:mainfrom
livesession:feat/x-go-extra-tags
Open

feat(x-go-extra-tags): impl#522
zdunecki wants to merge 2 commits intoomissis:mainfrom
livesession:feat/x-go-extra-tags

Conversation

@zdunecki
Copy link

@zdunecki zdunecki commented Feb 8, 2026

Hi, as goJSONSchema is supported I've added also a x-go-extra-tags to be loser to JSON schema plugin convention. The goal is like that:

 "properties": {
    "key": {
      "type": "string",
      "description": "desc",
      "x-go-extra-tags": "env:'SERVER_URL'"
    }
  }
type XGoExtraTags struct {
	// desc
	Key *string `json:"key,omitempty" yaml:"key,omitempty" mapstructure:"key,omitempty" env:'SERVER_URL'`
}

Best,

@codecov
Copy link

codecov bot commented Feb 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@541f767). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #522   +/-   ##
=======================================
  Coverage        ?   41.79%           
=======================================
  Files           ?       66           
  Lines           ?     5721           
  Branches        ?        0           
=======================================
  Hits            ?     2391           
  Misses          ?     3052           
  Partials        ?      278           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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