Skip to content

Commit 9ca4ebf

Browse files
committed
docs: add passthrough() to schema composition roadmap
1 parent 09bcf20 commit 9ca4ebf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ROADMAP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ $stringValidator = Validator::isString()
317317

318318
### Schema Composition
319319
- [ ] **`additionalProperties()`** - Control undefined properties in schemas
320+
- [ ] **`passthrough()`** - Preserve unknown keys/properties in schema output (opt-in, default remains schema-only)
320321
- [ ] **`patternProperties()`** - Validate properties matching regex patterns
321322
- [ ] **`propertyNames()`** - Validate property names themselves
322323
- [ ] **`dependencies()`** - Conditional validation based on other properties

0 commit comments

Comments
 (0)