We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafc1a1 commit 56d7937Copy full SHA for 56d7937
openapi.yml
@@ -1194,11 +1194,16 @@ components:
1194
Sentence:
1195
type: object
1196
properties:
1197
- dataSource:
+ serviceSource:
1198
type: string
1199
enum: [NOMIS, NDELIUS]
1200
example: NOMIS
1201
- description: Which upstream API the sentence originates from
+ description: Which upstream API service the sentence originates from
1202
+ systemSource:
1203
+ type: string
1204
+ enum: [ PRISON_SYSTEMS, PROBATION_SYSTEMS ]
1205
+ example: PROBATION_SYSTEMS
1206
+ description: Which upstream API system the sentence originates from
1207
dateOfSentencing:
1208
1209
format: date
0 commit comments