Skip to content

Commit 6b77366

Browse files
gippyTC-MO
andauthored
Apply suggestion from @TC-MO
Co-authored-by: Michał Olender <[email protected]>
1 parent 926e8ad commit 6b77366

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

sources/platform/actors/development/actor_definition/output_schema/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /actors/development/actor-definition/output-schema
1010

1111
---
1212

13-
The Actor output schema builds upon the schemas for the dataset and key-value store, and defines where the output of an Actor run is stored. It allows you to define templates for URLs where users can find the output generated by your Actor. The outputs defined in the schema are used in the UI to manage how the output is displayed and are returned in the Actor run's `GET` endpoint for automated systems using the API.
13+
The Actor output schema builds upon the schemas for the [dataset](/platform/actors/development/actor-definition/dataset-schema) and [key-value store](/platform/actors/development/actor-definition/key-value-store-schema). It specifies where an Actor stores its output and defines templates for accessing that output. Apify Console uses these output definitions to display run results, and the Actor run's `GET` endpoint includes them in the output property.
1414

1515
## Example
1616

0 commit comments

Comments
 (0)