Skip to content

Commit e7e95c2

Browse files
committed
fix(records): ensure that all entries follow the jsonschema
1 parent 9bd9c4d commit e7e95c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

data/records/cms-simulated-datasets-2012.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95934,9 +95934,9 @@
9593495934
},
9593595935
"cross_section": {
9593695936
"filter_efficiency": "0.00042",
95937-
"filter_efficiency_error:": "6.48e-05",
95937+
"filter_efficiency_error": "6.48e-05",
9593895938
"matching_efficiency": "1",
95939-
"matching_efficiency_error:": "-1",
95939+
"matching_efficiency_error": "-1",
9594095940
"total_value": "30745800"
9594195941
},
9594295942
"date_created": [
@@ -400319,7 +400319,7 @@
400319400319
},
400320400320
"cross_section": {
400321400321
"filter_efficiency": "1",
400322-
"filter_efficiency_error:": "0",
400322+
"filter_efficiency_error": "0",
400323400323
"matching_efficiency": "0.209",
400324400324
"matching_efficiency_error": "-1",
400325400325
"total_value": "1.04e-07"

data/records/jade-author-list.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@
524524
"2018"
525525
],
526526
"date_published": "2023",
527-
"description": "This is a list of JADE Collaboration authors as given in Eur.Phys.J. C73 (2013) no.3, 2332. The list contains affiliations as given in Eur.Phys.J. C73 (2013) no.3, 2332.",
528527
"distribution": {
529528
"formats": [
530529
"pdf"

0 commit comments

Comments
 (0)