Skip to content

Commit

Permalink
add max records (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
southeo authored Sep 10, 2024
1 parent 1453bfd commit c09dd5c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"Specify 7"
]
},
"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:translatorType": {
"description": "The serialisation of the data the endpoint provides indicating what type of Translator is required",
"enum": [
Expand Down

0 comments on commit c09dd5c

Please sign in to comment.