From c52f1f4703dba4efa1a8e49674e19bc6e28e5078 Mon Sep 17 00:00:00 2001 From: affemitkaraffe <48110099+affemitkaraffe@users.noreply.github.com> Date: Wed, 12 Jul 2023 08:49:17 +0200 Subject: [PATCH] Update README.md (#15) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad7e939..9300d51 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ row,id,locale,source_repo,type,source_file,tone_tags,is_goal_specific |---|---| |row|row number, not unique or stable, please don't use this for anything programmatic| |id|rule ID – if the rule is a sub-rule of a rulegroup, the ID will be that of the rulegroup| +|subId| sub rule ID – index of a (sub-)rule. The subId of a standalone rule is always `[1]`| |source_repo|'os' or 'premium'| |type|'grammar', 'style', or 'unknown'| |source_file|the path to the file where this rule comes from|