Skip to content

Commit

Permalink
Add missing titles
Browse files Browse the repository at this point in the history
- `conn_latency_stats`: Add title
- `conn_info`: Add title
  • Loading branch information
jelu committed May 30, 2024
1 parent 80b0a24 commit 96b4fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dns-metrics.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
}
},
"conn_latency_stats": {
"title": "DNS Metric Connection Latency Stats",
"type": "object",
"properties": {
"avg": {
Expand Down Expand Up @@ -303,6 +304,7 @@
}
},
"conn_info": {
"title": "DNS Metric Connection Information",
"oneOf": [
{
"properties": {
Expand Down

0 comments on commit 96b4fbf

Please sign in to comment.