Loading config/user_experience_slis/schema.json +31 −2 Original line number Diff line number Diff line Loading @@ -21,15 +21,44 @@ "sync_fast", "sync_slow", "async_fast", "async_slow" "async_slow", "custom" ], "description": "Urgency level for this user experience" }, "apdex_threshold_s": { "type": "number", "exclusiveMinimum": 0, "maximum": 600, "description": "Custom Apdex threshold duration in seconds. Required when urgency is custom." } }, "required": [ "description", "feature_category", "urgency" ], "allOf": [ { "if": { "properties": { "urgency": { "const": "custom" } } }, "then": { "required": [ "apdex_threshold_s" ] }, "else": { "not": { "required": [ "apdex_threshold_s" ] } } } ] } Loading
config/user_experience_slis/schema.json +31 −2 Original line number Diff line number Diff line Loading @@ -21,15 +21,44 @@ "sync_fast", "sync_slow", "async_fast", "async_slow" "async_slow", "custom" ], "description": "Urgency level for this user experience" }, "apdex_threshold_s": { "type": "number", "exclusiveMinimum": 0, "maximum": 600, "description": "Custom Apdex threshold duration in seconds. Required when urgency is custom." } }, "required": [ "description", "feature_category", "urgency" ], "allOf": [ { "if": { "properties": { "urgency": { "const": "custom" } } }, "then": { "required": [ "apdex_threshold_s" ] }, "else": { "not": { "required": [ "apdex_threshold_s" ] } } } ] }