Skip to content

Commit a70d230

Browse files
committed
Addressing Caley's feedback
1 parent e7679bc commit a70d230

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tag-rule/nitagrule.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ definitions:
8888
- comparator
8989
properties:
9090
setPoints:
91-
description: Values which the tag's current value will be compared to when determining if the
92-
condition evaluates to true or not. Conditions associated with the IN_RANGE and OUT_OF_RANGE
93-
comparators will have two set points. All other conditions should have only one set point.
91+
description: Values compared against the tag's current value to determine whether or not the condition
92+
is true. Conditions associated with the IN_RANGE and OUT_OF_RANGE comparators will have two set
93+
points. All other conditions should have only one set point.
9494
type: array
9595
items:
9696
type: string
@@ -139,7 +139,7 @@ definitions:
139139
items:
140140
$ref: '#/definitions/Condition'
141141
Keywords:
142-
description: Words or phrases associated with a rule. Rules can be taggedwith keywords to make it easier
142+
description: Words or phrases associated with a rule. Rules can be tagged with keywords to make it easier
143143
to find them with queries.
144144
type: array
145145
items:
@@ -157,8 +157,8 @@ definitions:
157157
key1: value1
158158
RuleCommonFields:
159159
title: Rule Common Fields
160-
description: Type single-sourcing the definition of the fields available in both an update request and in
161-
the rule type itself.
160+
description: A single-sourced definition of available fields in both an udpate request and the rule type
161+
itself.
162162
properties:
163163
searchPath:
164164
description: A string describing which tag(s) a rule applies to. This can take the form of either
@@ -181,7 +181,7 @@ definitions:
181181
description:
182182
description: Display string for a rule's description.
183183
type: string
184-
example: Preconfigured rule for monitoring managed systems' disk space
184+
example: Preconfigured rule for monitoring managed system's disk space
185185
alarmInstanceDisplayNameTemplate:
186186
description: Template string which will be used to set the *displayName* field on alarms created
187187
by a rule. Values surrounded by angle brackets will be substituted with values from the tag's property
@@ -319,7 +319,7 @@ paths:
319319
description:
320320
description: Display string for a rule's description.
321321
type: string
322-
example: Preconfigured rule for monitoring managed systems' disk space
322+
example: Preconfigured rule for monitoring managed system's disk space
323323
alarmInstanceDisplayNameTemplate:
324324
description: Template string which will be used to set the *displayName* field on alarms created
325325
by a rule. Values surrounded by angle brackets will be substituted with values from the tag's property
@@ -347,7 +347,7 @@ paths:
347347
title: CreateRuleResponse
348348
properties:
349349
id:
350-
description: The ID of the created rule
350+
description: The unique ID of the created rule
351351
type: string
352352
example: 5c40ec55e0d6441168b4c543
353353
401:

0 commit comments

Comments
 (0)