🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@bentley/app-schema-validator

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bentley/app-schema-validator

This tool validates schemas present in an application's installer

0.2.193
latest
Source
npm
Version published
Weekly downloads
8
-20%
Maintainers
0
Weekly downloads
 
Created
Source

app-schema-validator

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

The purpose of this NPM CLI tool is to validate the schemas present within an application installer. It locates the schemas present in the extracted installer and perform the validations.

Getting Started

Prerequisites

  • Node: an installation of the latest security patch of Node 20. The Node installation also includes the npm package manager.

Installation

Install globally:

npm install -g @bentley/app-schema-validator

Validating an application schemas

Following are the arguments required:

  • -i, --installerDir: Path to the extracted installer.

  • -b, --baseSchemaRefDir: Root directory of all released schemas (root of bis-schemas repo).

  • -o, --output: The path where output files will be generated.

For help use the '-h' option.

Sample Command:

app-schema-validator -i D:\\\\dir1\\\\extracted\\app -b D:\\\\dir1\\\\bis-schemas -o D:\\\\dir1\\\\output

Updating to newer version

Since the package is installed globally, updating has a different syntax than normal. To update the package globally, run:

npm update -g @bentley/app-schema-validator

FAQs

Package last updated on 20 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts