Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ properties:
type: [string, "null"]
examples: [My public actor!]
categories:
type: array
type: [array, "null"]
items:
type: string
description: A list of categories that best define the Actor. Reflected in Apify Store's search and filtering options. Can be `null` for Actors that have no categories stored.
example:
- MARKETING
- LEAD_GENERATION
Expand Down
Loading