Skip to content

Commit 3c31b98

Browse files
jancurnTC-MO
andauthored
Update sources/platform/actors/development/actor_definition/input_schema/specification.md
Co-authored-by: Michał Olender <[email protected]>
1 parent a86fc15 commit 3c31b98

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/actors/development/actor_definition/input_schema

1 file changed

+1
-1
lines changed

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Actor input schema serves three main purposes:
1818
- It simplifies invoking your Actors from external systems by generating calling code and connectors for integrations.
1919

2020
To define an input schema for an Actor, set `input` field in the `.actor/actor.json` file to an input schema object (described below), or path to a JSON file containing the input schema object.
21-
For backwards compability, if the `input` field is omitted, the system looks for an `INPUT_SCHEMA.json` file either in the `.actor` directory or the Actor's top-level directory - but note that this functionality is deprececated and might be removed in the future. The maximum allowed size for the input schema file is 500 kB.
21+
For backwards compatibility, if the `input` field is omitted, the system looks for an `INPUT_SCHEMA.json` file either in the `.actor` directory or the Actor's top-level directory - but note that this functionality is deprececated and might be removed in the future. The maximum allowed size for the input schema file is 500 kB.
2222

2323
When you provide an input schema, the system will validate the input data passed to the Actor on start (via the API or Apify Console) against the specified schema to ensure compliance before starting the Actor.
2424
If the input object doesn't conform the schema, the caller receives an error and the Actor is not started.

0 commit comments

Comments
 (0)