File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
apify-api/openapi/components/schemas Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 .
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments