@welshare/sdk
    Preparing search index...

    Variable schema

    schema: {
        $id: string;
        $schema: string;
        definitions: {
            ContactPoint: {
                description: string;
                properties: {
                    rank: { description: string; type: string };
                    system: { enum: string[]; type: string };
                    use: { enum: string[]; type: string };
                    value: { description: string; type: string };
                };
                type: string;
            };
        };
        description: string;
        items: {
            additionalProperties: boolean;
            properties: {
                birthDate: { description: string; pattern: string; type: string };
                gender: { description: string; enum: string[]; type: string };
                id: { description: string; pattern: string; type: string };
                name: {
                    description: string;
                    items: {
                        properties: {
                            family: { description: string; type: string };
                            given: { description: string; items: { type: string }; type: string };
                            period: {
                                description: string;
                                properties: {
                                    end: { format: string; type: string };
                                    start: { format: string; type: string };
                                };
                                type: string;
                            };
                            prefix: { description: string; items: { type: string }; type: string };
                            suffix: { description: string; items: { type: string }; type: string };
                            use: { enum: string[]; type: string };
                        };
                        type: string;
                    };
                    type: string;
                };
                resourceType: { const: string; description: string; type: string };
                telecom: { description: string; items: { $ref: string }; type: string };
            };
            required: string[];
            type: string;
        };
        title: string;
        type: string;
        uniqueItems: boolean;
    }

    Type Declaration

    • $id: string
    • $schema: string
    • definitions: {
          ContactPoint: {
              description: string;
              properties: {
                  rank: { description: string; type: string };
                  system: { enum: string[]; type: string };
                  use: { enum: string[]; type: string };
                  value: { description: string; type: string };
              };
              type: string;
          };
      }
    • description: string
    • items: {
          additionalProperties: boolean;
          properties: {
              birthDate: { description: string; pattern: string; type: string };
              gender: { description: string; enum: string[]; type: string };
              id: { description: string; pattern: string; type: string };
              name: {
                  description: string;
                  items: {
                      properties: {
                          family: { description: string; type: string };
                          given: { description: string; items: { type: string }; type: string };
                          period: {
                              description: string;
                              properties: {
                                  end: { format: string; type: string };
                                  start: { format: string; type: string };
                              };
                              type: string;
                          };
                          prefix: { description: string; items: { type: string }; type: string };
                          suffix: { description: string; items: { type: string }; type: string };
                          use: { enum: string[]; type: string };
                      };
                      type: string;
                  };
                  type: string;
              };
              resourceType: { const: string; description: string; type: string };
              telecom: { description: string; items: { $ref: string }; type: string };
          };
          required: string[];
          type: string;
      }
    • title: string
    • type: string
    • uniqueItems: boolean