@welshare/sdk
    Preparing search index...
    schema: {
        $schema: string;
        items: {
            properties: {
                _id: {
                    coerce: boolean;
                    description: string;
                    format: string;
                    type: string;
                };
                controller_did: { description: string; type: string };
                encryption_key: {
                    description: string;
                    properties: { "%share": { type: string } };
                    required: string[];
                    type: string;
                };
                file_name: { description: string; type: string };
                file_size: { description: string; minimum: number; type: string };
                file_type: { description: string; type: string };
                reference: { description: string; type: string };
                url: { description: string; type: string };
            };
            required: string[];
            type: string;
        };
        title: string;
        type: string;
    }

    Type Declaration

    • $schema: string
    • items: {
          properties: {
              _id: {
                  coerce: boolean;
                  description: string;
                  format: string;
                  type: string;
              };
              controller_did: { description: string; type: string };
              encryption_key: {
                  description: string;
                  properties: { "%share": { type: string } };
                  required: string[];
                  type: string;
              };
              file_name: { description: string; type: string };
              file_size: { description: string; minimum: number; type: string };
              file_type: { description: string; type: string };
              reference: { description: string; type: string };
              url: { description: string; type: string };
          };
          required: string[];
          type: string;
      }
    • title: string
    • type: string