@xo-cash/utils
    Preparing search index...

    Variable xoTemplateResourceSchemaConst

    xoTemplateResourceSchema: ZodObject<
        {
            description: ZodString;
            icon: ZodOptional<(...)>;
            name: ZodString;
            url: ZodString;
        },
        $strict,
    > = ...

    Validation schema for a resource reference attached to a template element. Extends view properties with a URL pointing to external documentation or tooling.

    {
    "resources": [
    { "name": "...", "description": "...", "url": "..." } ← this schema
    ]
    }