diff --git a/pkg/networkdevice/profile/profiledefinition/schema/profile_rc_schema.json b/pkg/networkdevice/profile/profiledefinition/schema/profile_rc_schema.json index 71d94e0c398cb4..9e027f37575dba 100644 --- a/pkg/networkdevice/profile/profiledefinition/schema/profile_rc_schema.json +++ b/pkg/networkdevice/profile/profiledefinition/schema/profile_rc_schema.json @@ -70,6 +70,12 @@ "extract_value": { "type": "string" }, + "match_pattern": { + "type": "string" + }, + "match_value": { + "type": "string" + }, "scale_factor": { "type": "number" }, @@ -98,6 +104,12 @@ "extract_value": { "type": "string" }, + "match_pattern": { + "type": "string" + }, + "match_value": { + "type": "string" + }, "scale_factor": { "type": "number" }, @@ -153,6 +165,12 @@ "extract_value": { "type": "string" }, + "match_pattern": { + "type": "string" + }, + "match_value": { + "type": "string" + }, "scale_factor": { "type": "number" }, @@ -309,21 +327,6 @@ "additionalProperties": false, "type": "object" }, - "MetricsConfigOption": { - "properties": { - "placement": { - "type": "integer" - }, - "metric_suffix": { - "type": "string" - }, - "options": { - "$ref": "#/$defs/MetricsConfigOption" - } - }, - "additionalProperties": false, - "type": "object" - }, "MetricsConfigOption": { "properties": { "placement": {