Skip to content

Commit

Permalink
Update related record data type
Browse files Browse the repository at this point in the history
Updates the data type for related record id storage from string to integer. This is to disallow entry of anything other than HEPData record IDs.
  • Loading branch information
ItIsJordan committed Jun 22, 2023
1 parent a87e5dc commit cd8a881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"related_to_hepdata_recids" : {
"type" : "array",
"items" : {"type" : "string", "maxLength" : 64 }
"items" : {"type" : "integer", "maxLength" : 64 }
},
"preprintyear": {
"type": "string",
Expand Down

0 comments on commit cd8a881

Please sign in to comment.