Skip to content

Commit

Permalink
Updating to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Sep 5, 2024
1 parent 2185bd3 commit 6b5ddb3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions validator/specialTags.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"maxNumberSubgroups": 1,
"minNumberSubgroups": 0,
"ERROR_CODE": "DEFINITION_INVALID",
"requiredTags": [],
"requiredGroupTags": [],
"otherTags": []
},
"Def": {
Expand All @@ -16,7 +16,7 @@
"maxNumberSubgroups": null,
"minNumberSubgroups": null,
"ERROR_CODE": "DEF_INVALID",
"requiredTags": [],
"requiredGroupTags": [],
"otherTags": []
},
"Def-expand": {
Expand All @@ -26,7 +26,7 @@
"maxNumberSubgroups": 1,
"minNumberSubgroups": 0,
"ERROR_CODE": "DEF_EXPAND_INVALID",
"requiredTags": [],
"requiredGroupTags": [],
"otherTags": []
},
"Onset": {
Expand All @@ -36,7 +36,7 @@
"maxNumberSubgroups": 1,
"minNumberSubgroups": 0,
"ERROR_CODE": "TEMPORAL_TAG_ERROR",
"requiredTags": ["Def"],
"requiredGroupTags": ["Def"],
"otherTags": []
},
"Inset": {
Expand All @@ -46,7 +46,7 @@
"maxNumberSubgroups": 1,
"minNumberSubgroups": 0,
"ERROR_CODE": "TEMPORAL_TAG_ERROR",
"requiredTags": ["Def"],
"requiredGroupTags": ["Def"],
"otherTags": []
},
"Offset": {
Expand All @@ -56,7 +56,7 @@
"maxNumberSubgroups": 0,
"minNumberSubgroups": 0,
"ERROR_CODE": "TEMPORAL_TAG_ERROR",
"requiredTags": ["Def"],
"requiredGroupTags": ["Def"],
"otherTags": []
},
"Delay": {
Expand All @@ -66,7 +66,7 @@
"maxNumberSubgroups": 1,
"minNumberSubgroups": 1,
"ERROR_CODE": "TEMPORAL_TAG_ERROR",
"requiredTags": [],
"requiredGroupTags": [],
"otherTags": ["Duration"]
},
"Duration": {
Expand All @@ -76,7 +76,7 @@
"maxNumberSubgroups": 1,
"minNumberSubgroups": 1,
"ERROR_CODE": "TEMPORAL_TAG_ERROR",
"requiredTags": [],
"requiredGroupTags": [],
"otherTags": ["Delay"]
},
"Event-context": {
Expand All @@ -86,7 +86,7 @@
"maxNumberSubgroups": null,
"minNumberSubgroups": 0,
"ERROR_CODE": "TAG_GROUP_ERROR",
"requiredTags": [],
"requiredGroupTags": [],
"otherTags": []
}
}

0 comments on commit 6b5ddb3

Please sign in to comment.