Skip to content

Commit 484cfc8

Browse files
feat: Add readmeSummary field to openapi spec (#2223)
Co-authored-by: Jiří Spilka <jiri.spilka@apify.com>
1 parent c2025a7 commit 484cfc8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

apify-api/openapi/components/schemas/actors/Actor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@ properties:
7474
anyOf:
7575
- $ref: ./TaggedBuilds.yaml
7676
- type: "null"
77+
readmeSummary:
78+
type: string
79+
description: A brief, LLM-generated readme summary

apify-api/openapi/components/schemas/actors/ActorDefinition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ properties:
5959
description: Specifies the maximum amount of memory in megabytes required by the Actor.
6060
usesStandbyMode:
6161
type: boolean
62-
description: Specifies whether the Actor will have Standby mode enabled.
62+
description: Specifies whether Standby mode is enabled for the Actor.

apify-api/openapi/components/schemas/store/StoreListActor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ properties:
5656
isWhiteListedForAgenticPayment:
5757
type: [boolean, "null"]
5858
description: Whether the Actor is whitelisted for agentic payment processing.
59+
readmeSummary:
60+
type: string
61+
description: A brief, LLM-generated readme summary

0 commit comments

Comments
 (0)