Skip to content

Commit 56d7937

Browse files
committed
Update openApi.yml
1 parent aafc1a1 commit 56d7937

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

openapi.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1194,11 +1194,16 @@ components:
11941194
Sentence:
11951195
type: object
11961196
properties:
1197-
dataSource:
1197+
serviceSource:
11981198
type: string
11991199
enum: [NOMIS, NDELIUS]
12001200
example: NOMIS
1201-
description: Which upstream API the sentence originates from
1201+
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
12021207
dateOfSentencing:
12031208
type: string
12041209
format: date

0 commit comments

Comments
 (0)