Commit ca30b33
authored
π chore: update schema URL to v0.51.6 (#1549)
## Schema URL Update
Updates the MCP Gateway JSON schema validation URL from `v0.50.7` to
`v0.51.6`.
### Files Changed
- `internal/config/validation_schema.go` β `schemaURL` variable updated
to `v0.51.6`
- `internal/config/rules/rules.go` β `SchemaURL` constant updated to
`v0.51.6`
- `internal/config/validation_schema_test.go` β hardcoded schema URLs
updated to `v0.51.6`
### Why
Pinning to a specific release tag ensures reproducible, deterministic
configuration validation β the schema won't silently change between
runs.
### Release Notes
See the [gh-aw release
notes](https://github.com/github/gh-aw/releases/tag/v0.51.6) for changes
in this schema version.
> Generated by [Nightly Schema
Updater](https://github.com/github/gh-aw-mcpg/actions/runs/22597949790)
> [!WARNING]
> <details>
> <summary>File tree
3 files changed
+3
-3
lines changed- internal/config
- rules
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
0 commit comments