Skip to content

Commit beace11

Browse files
committed
chore: add example and link to the schema spec
1 parent 7ea39ee commit beace11

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

apify-api/openapi/components/schemas/datasets/Dataset.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,22 @@ properties:
5050
schema:
5151
type: object
5252
nullable: true
53+
description: Defines the schema of items in your dataset, the full specification can be found in [Apify docs](/platform/actors/development/actor-definition/dataset-schema)
54+
example:
55+
actorSpecification: 1
56+
title: "My dataset"
57+
views:
58+
overview:
59+
title: "Overview"
60+
transformation:
61+
fields:
62+
- "linkUrl"
63+
display:
64+
component: "table"
65+
properties:
66+
linkUrl:
67+
label: "Link URL"
68+
format: "link"
5369
consoleUrl:
5470
type: string
5571
example: 'https://console.apify.com/storage/datasets/27TmTznX9YPeAYhkC'

0 commit comments

Comments
 (0)