@archastro/sdk
    Preparing search index...

    Variable sandboxSchemaConst

    sandboxSchema: ZodObject<
        {
            created_at: ZodOptional<ZodString>;
            expires_at: ZodOptional<ZodNullable<ZodString>>;
            id: ZodString;
            keys: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            created_at: ZodOptional<ZodString>;
                            expires_at: ZodOptional<ZodNullable<ZodString>>;
                            full_key: ZodOptional<ZodString>;
                            id: ZodString;
                            key_hint: ZodOptional<ZodNullable<ZodString>>;
                            key_value: ZodOptional<ZodNullable<ZodString>>;
                            last_used_at: ZodOptional<ZodNullable<ZodString>>;
                            status: ZodString;
                            type: ZodString;
                        },
                        "strip",
                        ZodTypeAny,
                        {
                            created_at?: string;
                            expires_at?: string
                            | null;
                            full_key?: string;
                            id: string;
                            key_hint?: string | null;
                            key_value?: string | null;
                            last_used_at?: string | null;
                            status: string;
                            type: string;
                        },
                        {
                            created_at?: string;
                            expires_at?: string
                            | null;
                            full_key?: string;
                            id: string;
                            key_hint?: string | null;
                            key_value?: string | null;
                            last_used_at?: string | null;
                            status: string;
                            type: string;
                        },
                    >,
                    "many",
                >,
            >;
            name: ZodString;
            org: ZodOptional<ZodNullable<ZodString>>;
            org_logo: ZodOptional<
                ZodNullable<
                    ZodObject<
                        {
                            file: ZodOptional<ZodNullable<ZodString>>;
                            height: ZodOptional<ZodNullable<ZodNumber>>;
                            media: ZodOptional<ZodNullable<ZodString>>;
                            mime_type: ZodOptional<ZodNullable<ZodString>>;
                            refresh_url: ZodOptional<ZodNullable<ZodString>>;
                            url: ZodOptional<ZodNullable<ZodString>>;
                            width: ZodOptional<ZodNullable<ZodNumber>>;
                        },
                        "strip",
                        ZodTypeAny,
                        {
                            file?: string
                            | null;
                            height?: number | null;
                            media?: string | null;
                            mime_type?: string | null;
                            refresh_url?: string | null;
                            url?: string | null;
                            width?: number | null;
                        },
                        {
                            file?: string
                            | null;
                            height?: number | null;
                            media?: string | null;
                            mime_type?: string | null;
                            refresh_url?: string | null;
                            url?: string | null;
                            width?: number | null;
                        },
                    >,
                >,
            >;
            org_name: ZodOptional<ZodNullable<ZodString>>;
            purpose: ZodOptional<ZodNullable<ZodString>>;
            slug: ZodString;
            updated_at: ZodOptional<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            created_at?: string;
            expires_at?: string
            | null;
            id: string;
            keys?: {
                created_at?: string;
                expires_at?: string | null;
                full_key?: string;
                id: string;
                key_hint?: string | null;
                key_value?: string | null;
                last_used_at?: string | null;
                status: string;
                type: string;
            }[];
            name: string;
            org?: string
            | null;
            org_logo?:
                | {
                    file?: string
                    | null;
                    height?: number | null;
                    media?: string | null;
                    mime_type?: string | null;
                    refresh_url?: string | null;
                    url?: string | null;
                    width?: number | null;
                }
                | null;
            org_name?: string
            | null;
            purpose?: string | null;
            slug: string;
            updated_at?: string;
        },
        {
            created_at?: string;
            expires_at?: string
            | null;
            id: string;
            keys?: {
                created_at?: string;
                expires_at?: string | null;
                full_key?: string;
                id: string;
                key_hint?: string | null;
                key_value?: string | null;
                last_used_at?: string | null;
                status: string;
                type: string;
            }[];
            name: string;
            org?: string
            | null;
            org_logo?:
                | {
                    file?: string
                    | null;
                    height?: number | null;
                    media?: string | null;
                    mime_type?: string | null;
                    refresh_url?: string | null;
                    url?: string | null;
                    width?: number | null;
                }
                | null;
            org_name?: string
            | null;
            purpose?: string | null;
            slug: string;
            updated_at?: string;
        },
    > = ...

    Runtime validator for Sandbox.