Skip to content

Commit

Permalink
records: new field run_numbers
Browse files Browse the repository at this point in the history
Adds new field run_numbers into record JSON Schema. Closes #3383.
  • Loading branch information
tiborsimko committed Sep 4, 2023
1 parent fe323c2 commit fb8a5dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cernopendata/jsonschemas/records/record-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,13 @@
},
"type": "array"
},
"run_numbers" : {
"items": {
"description": "The data-taking run numbers for the given collision data",
"type": "string"
},
"type": "array"
},
"run_period": {
"items": {
"description": "The data-taking run period during which the collision data or for which the simulated data or software was produced, in a format such as 'Run2011A'",
Expand Down

0 comments on commit fb8a5dd

Please sign in to comment.