Variable: cardActionSchema
constcardActionSchema:ZodObject<{title:ZodString;url:ZodString; },$strip>
An action button rendered under the card body. Only an open-URL action is modelled: it is the one action that is safe to render in any host without a back-end wired up, and it covers the common “here is the link” case.