Commit 93edc20
authored
Missing/Invalid Default Value (Group 4) (#3454)
## Why make this change?
Parent issue #3466
Closes #3366 — `runtime.rest.enabled` has no `default` in the JSON
schema
Closes #3367 — `runtime.graphql.enabled` has no `default` in the JSON
schema
These schema properties were missing an explicit `default` value.
5 of 7 Group 4 issues (#3378–#3382) were already fixed in PR #3417 as
Group 2 overlaps.
## What is this change?
Adds `"default": true` to the `enabled` property under both
`runtime.rest` and `runtime.graphql` in `schemas/dab.draft.schema.json`.
This matches the C# runtime behavior where both REST and GraphQL are
enabled by default.
## How was this tested?
Schema-only metadata change — no runtime behavior affected. Validated
that the schema still passes JSON Schema draft-07 validation.
## Sample Request(s)
NA1 parent 2e8c21d commit 93edc20
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
240 | | - | |
| 241 | + | |
| 242 | + | |
241 | 243 | | |
242 | 244 | | |
243 | 245 | | |
| |||
0 commit comments