Skip to content

Commit

Permalink
I made little mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoGuideri committed Nov 14, 2024
1 parent 037f051 commit 9fea5c3
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions server/console_schemas/colorSchema
Original file line number Diff line number Diff line change
@@ -1,40 +1,7 @@
{
"aggregation": [
{
"elements": [
{
"schemaEntry": "cpu",
"schemaEntryElement": "architecture",
"type": "value"
}
],
"name": "CPU Architecture Distribution",
"type": "category"
},
{
"elements": [
{
"schemaEntry": "cpu",
"schemaEntryElement": "count",
"type": "value"
}
],
"name": "CPU Count Distribution",
"type": "numeric"
},
{
"elements": [
{
"schemaEntry": "",
"schemaEntryElement": "",
"type": "value"
}
],
"name": "Usage Time Distribution",
"type": "numeric"
}
],
"name": "Banana",
"name": "banana",
"schema": [
{
"elements": [
Expand All @@ -51,7 +18,7 @@
"type": "bool"
},
{
"name": "checkbox3",
"name": "chackbox3",
"type": "bool"
}
],
Expand Down

0 comments on commit 9fea5c3

Please sign in to comment.