Skip to content

Commit

Permalink
Fix generated schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
dplepage-dd committed Jan 29, 2025
1 parent 30bf864 commit c9da16e
Showing 1 changed file with 18 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
"extract_value": {
"type": "string"
},
"match_pattern": {
"type": "string"
},
"match_value": {
"type": "string"
},
"scale_factor": {
"type": "number"
},
Expand Down Expand Up @@ -98,6 +104,12 @@
"extract_value": {
"type": "string"
},
"match_pattern": {
"type": "string"
},
"match_value": {
"type": "string"
},
"scale_factor": {
"type": "number"
},
Expand Down Expand Up @@ -153,6 +165,12 @@
"extract_value": {
"type": "string"
},
"match_pattern": {
"type": "string"
},
"match_value": {
"type": "string"
},
"scale_factor": {
"type": "number"
},
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit c9da16e

Please sign in to comment.