resourceSamples
resourceSamples: {
    description: string;
    properties: Record<string, Json>;
    resource: Partial<
        Record<
            | "javascript"
            | "python"
            | "php"
            | "ruby"
            | "seam_cli"
            | "go"
            | "java"
            | "csharp"
            | "curl",
            {
                resource_data: string;
                resource_data_syntax: | "javascript"
                | "python"
                | "php"
                | "ruby"
                | "go"
                | "java"
                | "csharp"
                | "json"
                | "bash";
                title: string;
            },
        >,
    >;
    resource_type: string;
    title: string;
}[]