Skip to content

Commit f0fc860

Browse files
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 now
1 parent 85c1eda commit f0fc860

File tree

2 files changed

+279
-117
lines changed

2 files changed

+279
-117
lines changed

0 commit comments

Comments
 (0)