Skip to content

Commit

Permalink
ensuring-full-camel-case
Browse files Browse the repository at this point in the history
  • Loading branch information
LariDG committed Jan 22, 2025
1 parent 104c72e commit d11ce37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ukaea-schema/facility/mrf/mrf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"example": "MRF",
"default": "MRF"
},
"SEID": {
"seid": {
"type": "string",
"pattern": "^//d{4}$",
"example": "0001"
},
"jobID": {
"jobId": {
"type": "string",
"pattern": "^\\d{5}$",
"example": "23001",
"$comment": "First 2 digits represent year, last 3 digits represent incremental number"
},
"sessionID": {
"sessionId": {
"type": "string",
"example": "1",
"$comment": "Incremental session ID across a single job, not yet implemented in Booking System"
},
"sampleID": {
"sampleId": {
"type": "string",
"example": "S-0001370",
"$comment": "Unique identifier for the sample, not part of Salesforce MVP"
Expand Down

0 comments on commit d11ce37

Please sign in to comment.