Skip to content

Commit

Permalink
schema: delete the rawResults (#111)
Browse files Browse the repository at this point in the history
They are not used and the data overlaps with the information provided by
the results field.
  • Loading branch information
jmontesi committed Dec 19, 2023
1 parent bf12f11 commit 5b20e06
Show file tree
Hide file tree
Showing 10 changed files with 815 additions and 1,528 deletions.
11 changes: 3 additions & 8 deletions override.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@
"nodes"
],
"overrideType": "map[string]interface{}"
}, {
"path": [
"claim",
"rawResults"
],
"overrideType": "map[string]interface{}"
}, {
},
{
"path": [
"claim",
"results"
],
"overrideType": "map[string]interface{}"
}
]
}
}
Loading

0 comments on commit 5b20e06

Please sign in to comment.