type alias RuleCheckFunctionimport { type RuleCheckFunction } from "https://deno.land/x/bids_validator@v1.15.0/types/check.ts"; Function interface for a check of context against a specific rule as accessed by its path in the schema. definition: (path: string,schema: GenericSchema,context: BIDSContext,) => void