Commit f0fc860
authored
feat(input_schema): Allow nullable field default to null (#523)
Solves apify/apify-core#20247
The `default` property should allow `default: null` if field has
`nullable: true`
```
"test": {
"title": "test",
"description": "test",
"type": "integer",
"nullable": true,
"default": null
}
```
Thanks to `unevaluatedProperties` from draft 2019 it's quite easy now1 parent 85c1eda commit f0fc860
File tree
2 files changed
+279
-117
lines changed- packages/input_schema/src
- test
2 files changed
+279
-117
lines changed
0 commit comments