@seamapi/blueprint - v0.51.3
    Preparing search index...

    Variable ResourceSampleDefinitionSchemaConst

    ResourceSampleDefinitionSchema: ZodObject<
        {
            description: ZodString;
            properties: ZodRecord<ZodString, ZodType<Json, ZodTypeDef, Json>>;
            resource_type: ZodString;
            title: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            description: string;
            properties: Record<string, Json>;
            resource_type: string;
            title: string;
        },
        {
            description: string;
            properties: Record<string, Json>;
            resource_type: string;
            title: string;
        },
    > = ...