You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/development/actor_definition/output_schema/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,8 @@ The output schema defines the collections of keys and their properties. It allow
85
85
|`links.apiRunUrl`| string | API run url in format `https://api.apify.com/v2/actor-runs/:runId`|
86
86
|`links.apiDefaultDatasetUrl`| string | API url of default dataset in format `https://api.apify.com/v2/datasets/:defaultDatasetId`|
87
87
|`links.apiDefaultKeyValueStoreUrl`| string | API url of default key-value store in format `https://api.apify.com/v2/key-value-stores/:defaultKeyValueStoreId`|
88
-
|`links.containerRunUrl`| string | URL of a webserver running inside the run in format `https://<containerId>.runs.apify.net/`|
89
88
|`run`| object | Contains information about the run same as it is returned from the `GET Run` API endpoint |
89
+
|`run.containerUrl`| string | URL of a webserver running inside the run in format `https://<containerId>.runs.apify.net/`|
90
90
|`run.defaultDatasetId`| string | ID of the default dataset |
91
91
|`run.defaultKeyValueStoreId`| string | ID of the default key-value store |
92
92
@@ -297,7 +297,7 @@ The conversation history is then stored in the dataset.
0 commit comments