Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@bentley/bis-rules

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bentley/bis-rules

Contains BIS rules for schema validation.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
5
Created
Source

bis-rules

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

bis-rules is a library that contains the BIS rule set which is an implementation of an IRuleSet defined in @bentley/ecschema-metadata. This rule set can be consumed by the schema validation framework in @bentley/ecschema-metadata to assist EC Schema developers in finding BIS rule violations in their schema.

Getting Started

Installation

Typically, this package would be installed as a dependency (not globally) to another project that performs EC Schema validation:

npm install @bentley/schema-validator

Usage

The BisRuleSet can then be imported into your source like so:

import { BisRuleSet } from "@bentley/bis-rules";

Known Issues

Keywords

Bentley

FAQs

Package last updated on 10 Sep 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