You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`audits`** (\*) | List of audits maintained in a plugin |_Array of at least 1 [Audit](#audit) items_|
1305
-
|`groups`| List of groups |_Array of [Group](#group) items_|
1306
-
|`scoreTargets`| Score targets that trigger a perfect score. Number for all audits or record { slug: target } for specific audits |`number` (_≥0, ≤1_) (_optional_) _or__Object with dynamic keys of type_`string`_and values of type_`number` (_≥0, ≤1_)|
1307
-
|`context`| Plugin-specific context data for helpers |[PluginContext](#plugincontext)|
|**`audits`** (\*) | List of audits maintained in a plugin |_Array of at least 1 [Audit](#audit) items_|
1305
+
|`groups`| List of groups |_Array of [Group](#group) items_|
1306
+
|`scoreTargets`| Score targets that trigger a perfect score. Number for all audits or record { slug: target } for specific audits |[PluginScoreTargets](#pluginscoretargets)|
1307
+
|`context`| Plugin-specific context data for helpers |[PluginContext](#plugincontext)|
1308
1308
1309
1309
_(\*) Required._
1310
1310
@@ -1356,6 +1356,16 @@ _Object containing the following properties:_
1356
1356
1357
1357
_(\*) Required._
1358
1358
1359
+
## PluginScoreTargets
1360
+
1361
+
Score targets that trigger a perfect score. Number for all audits or record { slug: target } for specific audits
1362
+
1363
+
_Union of the following possible types:_
1364
+
1365
+
-`number` (_≥0, ≤1_) (_optional_)
1366
+
-_Object with dynamic keys of type_`string`_and values of type_`number` (_≥0, ≤1_)
0 commit comments