Skip to content

Commit

Permalink
Fixing schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Apr 11, 2023
1 parent 31801a7 commit a351747
Showing 1 changed file with 24 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4844,8 +4844,12 @@
"type": "array",
"items": {
"properties": {
"name": "keyword",
"count": "long"
"count": {
"type": "long"
},
"name": {
"type": "keyword"
}
}
}
}
Expand Down Expand Up @@ -5000,8 +5004,12 @@
"type": "array",
"items": {
"properties": {
"name": "keyword",
"count": "long"
"count": {
"type": "long"
},
"name": {
"type": "keyword"
}
}
}
}
Expand Down Expand Up @@ -5096,8 +5104,12 @@
"type": "array",
"items": {
"properties": {
"name": "keyword",
"count": "long"
"count": {
"type": "long"
},
"name": {
"type": "keyword"
}
}
}
}
Expand Down Expand Up @@ -5192,8 +5204,12 @@
"type": "array",
"items": {
"properties": {
"name": "keyword",
"count": "long"
"count": {
"type": "long"
},
"name": {
"type": "keyword"
}
}
}
}
Expand Down

0 comments on commit a351747

Please sign in to comment.