@welshare/sdk
    Preparing search index...

    Variable schema

    schema: {
        $schema: string;
        items: {
            properties: {
                _id: { coerce: boolean; format: string; type: string };
                callbacks: { items: { type: string }; minItems: number; type: string };
                controllers: { items: { type: string }; minItems: number; type: string };
                identifier: { minLength: number; type: string };
                metadata: {
                    properties: {
                        background: { description: string; minLength: number; type: string };
                        color: { description: string; minLength: number; type: string };
                        description: { description: string; minLength: number; type: string };
                        discord: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        github: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        icon: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        instagram: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        linkedin: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        logo: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        name: { description: string; minLength: number; type: string };
                        telegram: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        tiktok: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        website: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        x: {
                            description: string;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                    };
                    type: string;
                };
            };
            required: string[];
            type: string;
        };
        title: string;
        type: string;
        uniqueItems: boolean;
    }

    Type Declaration

    • $schema: string
    • items: {
          properties: {
              _id: { coerce: boolean; format: string; type: string };
              callbacks: { items: { type: string }; minItems: number; type: string };
              controllers: { items: { type: string }; minItems: number; type: string };
              identifier: { minLength: number; type: string };
              metadata: {
                  properties: {
                      background: { description: string; minLength: number; type: string };
                      color: { description: string; minLength: number; type: string };
                      description: { description: string; minLength: number; type: string };
                      discord: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      github: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      icon: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      instagram: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      linkedin: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      logo: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      name: { description: string; minLength: number; type: string };
                      telegram: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      tiktok: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      website: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      x: {
                          description: string;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                  };
                  type: string;
              };
          };
          required: string[];
          type: string;
      }
    • title: string
    • type: string
    • uniqueItems: boolean