Skip to content

Commit

Permalink
fix: drop title
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jul 28, 2023
1 parent a77dffe commit d20a3c4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/uhi/resources/histogram.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"type": "object",
"required": ["axes", "storage"],
"properties": {
"title": { "type": "string" },
"name": { "type": "string" },
"metadata": { "type": "object" },
"axes": {
"type": "array",
Expand Down Expand Up @@ -47,7 +45,6 @@
"overflow": { "type": "boolean" },
"circular": { "type": "boolean" },
"name": { "type": "string" },
"title": { "type": "string" },
"metadata": { "type": "object" }
}
},
Expand All @@ -71,7 +68,6 @@
"overflow": { "type": "boolean" },
"circular": { "type": "boolean" },
"name": { "type": "string" },
"title": { "type": "string" },
"metadata": { "type": "object" }
}
},
Expand All @@ -83,7 +79,6 @@
"categories": { "type": "array", "items": { "type": "string" } },
"flow": { "type": "boolean" },
"name": { "type": "string" },
"title": { "type": "string" },
"metadata": { "type": "object" }
}
},
Expand All @@ -95,7 +90,6 @@
"categories": { "type": "array", "items": { "type": "number" } },
"flow": { "type": "boolean" },
"name": { "type": "string" },
"title": { "type": "string" },
"metadata": { "type": "object" }
}
},
Expand All @@ -105,7 +99,6 @@
"properties": {
"type": { "type": "string", "pattern": "boolean" },
"name": { "type": "string" },
"title": { "type": "string" },
"metadata": { "type": "object" }
}
},
Expand Down

0 comments on commit d20a3c4

Please sign in to comment.