jamespot-user-api
    Preparing search index...

    Variable jObjectAutocompleteSchemaConst

    jObjectAutocompleteSchema: ZodObject<
        {
            class: ZodType<string, ZodTypeDef, string>;
            cssClass: ZodType<string, ZodTypeDef, string>;
            cssColor: ZodType<string, ZodTypeDef, string>;
            id: ZodType<string, ZodTypeDef, string>;
            label: ZodType<string, ZodTypeDef, string>;
            mainType: ZodType<string, ZodTypeDef, string>;
            name: ZodType<string, ZodTypeDef, string>;
            shortUri: ZodType<string, ZodTypeDef, string>;
            type: ZodType<string, ZodTypeDef, string>;
            uri: ZodType<string, ZodTypeDef, string>;
        } & { title: ZodString },
        "strip",
        ZodTypeAny,
        jObjectAutocomplete,
        jObjectAutocomplete,
    > = ...