We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bcf20 commit 9ca4ebfCopy full SHA for 9ca4ebf
1 file changed
ROADMAP.md
@@ -317,6 +317,7 @@ $stringValidator = Validator::isString()
317
318
### Schema Composition
319
- [ ] **`additionalProperties()`** - Control undefined properties in schemas
320
+- [ ] **`passthrough()`** - Preserve unknown keys/properties in schema output (opt-in, default remains schema-only)
321
- [ ] **`patternProperties()`** - Validate properties matching regex patterns
322
- [ ] **`propertyNames()`** - Validate property names themselves
323
- [ ] **`dependencies()`** - Conditional validation based on other properties
0 commit comments