Skip to main content

node-tracker.ruleset

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

PropertyTypeDescription
accept?Array<string> | string(Optional)
reject?Array<string> | string(Optional)