Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Oct 10, 2024
1 parent 0710fe9 commit 5779b13
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions schema/meter_provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
}
},
"exemplar_filter": {
"type": {
"enum": [
null,
"always_on",
"always_off",
"trace_based"
]
}
"type": ["string", "null"],
"enum": [
"always_on",
"always_off",
"trace_based"
]
}
},
"$defs": {
Expand Down

0 comments on commit 5779b13

Please sign in to comment.