@bentley/bis-rules
TypeScript icon, indicating that this package has built-in type declarations

0.2.176 • Public • Published

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

Package Sidebar

Install

npm i @bentley/bis-rules

Weekly Downloads

127

Version

0.2.176

License

MIT

Unpacked Size

119 kB

Total Files

7

Last publish

Collaborators

  • aruniverse
  • wgoehrig
  • cshafer
  • colinkerr
  • imodeljs