Skip to content

Commit

Permalink
Merge pull request #141 from DiSSCo/feature/max-records-source-system
Browse files Browse the repository at this point in the history
Add optional field ods:maximumRecords to SourceSystem
  • Loading branch information
samleeflang authored Sep 9, 2024
2 parents 05b302e + ed7cb5a commit 01590a5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
"biocase"
]
},
"ods:maximumRecords": {
"type": "integer",
"minimum": 1,
"description": "An optional parameter to limit the number of records to be ingested from this sourceSystem, it will pick the first X number of records it encounters. If left empty or absent it will process all records."
},
"ods:dataMappingID": {
"type": "string",
"description": "The Handle of the Mapping Object needed for this Source System",
Expand Down

0 comments on commit 01590a5

Please sign in to comment.