Tracks 7 bugs where JSON schema properties were missing default values or where CLI help text defaults didn't match the schema. 5 of 7 issues overlap with Group 2 and were already fixed in PR #3417.
RCA: Properties using $ref to shared definitions (e.g. #/$defs/boolean-or-string) had no default declared alongside the $ref, so tooling that reads JSON Schema defaults (e.g. VS Code IntelliSense, schema validators) couldn't surface the correct default.
Child Issues
Group 2 Overlaps (already fixed by PR #3417)
PR
Tracks 7 bugs where JSON schema properties were missing
defaultvalues or where CLI help text defaults didn't match the schema. 5 of 7 issues overlap with Group 2 and were already fixed in PR #3417.RCA: Properties using
$refto shared definitions (e.g.#/$defs/boolean-or-string) had nodefaultdeclared alongside the$ref, so tooling that reads JSON Schema defaults (e.g. VS Code IntelliSense, schema validators) couldn't surface the correct default.Child Issues
runtime.rest.enabledmissing schema defaultruntime.graphql.enabledmissing schema defaultGroup 2 Overlaps (already fixed by PR #3417)
rest.request-body-strict(same as [Bug]: Schema/Cli mismatch runtime.rest.request-body-strict #3353)host.mode(same as [Bug]: Schema/Cli mismatch runtime.host.mode #3351)set-session-context(same as [Bug]: Schema/Cli mismatch data-source.options.set-session-context #3352)graphql.multiple-mutations.create.enabled(same as [Bug]: Schema/Cli mismatch runtime.graphql.multiple-mutations.create.enabled #3350)PR