Skip to content

Commit

Permalink
feat: add prefill option to input schema (#460)
Browse files Browse the repository at this point in the history
related to https://github.com/apify/apify-core/issues/16271

I checked the tests and they seem to be quite generic, so it looks like
this case should be covered too
  • Loading branch information
m-murasovs committed Jun 19, 2024
1 parent d74af5c commit 46df11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/input_schema/src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
"title": { "type": "string" },
"description": { "type": "string" },
"default": { "type": "boolean" },
"prefill": { "type": "boolean" },
"example": { "type": "boolean" },
"nullable": { "type": "boolean" },
"groupCaption": { "type": "string" },
Expand Down

0 comments on commit 46df11b

Please sign in to comment.