Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 659 Bytes

File metadata and controls

21 lines (13 loc) · 659 Bytes

Home > @snowplow/node-tracker > RuleSet

RuleSet interface

A ruleset has accept or reject properties that contain rules for matching Iglu schema URIs

Signature:

interface RuleSet 

Properties

Property Type Description
accept? Array<string> | string (Optional)
reject? Array<string> | string (Optional)