Skip to content

Commit 85cfa51

Browse files
committed
STRINGS-719 - Job: Add source last updated at information
1 parent 7456bd5 commit 85cfa51

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/compiled.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3057,6 +3057,10 @@
30573057
"job_tag_name": {
30583058
"type": "string"
30593059
},
3060+
"source_updated_at": {
3061+
"type": "string",
3062+
"format": "date-time"
3063+
},
30603064
"source_locale": {
30613065
"$ref": "#/components/schemas/locale_preview"
30623066
},
@@ -3080,6 +3084,7 @@
30803084
"name": "Joe Doe"
30813085
},
30823086
"job_tag_name": "Job_123",
3087+
"source_updated_at": "2020-01-01T00:00:00Z",
30833088
"source_locale": {
30843089
"id": "abcd1234cdef1234abcd1234cdef1235",
30853090
"name": "de-DE",

schemas/job_details.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ job_details:
99
"$ref": "./user_preview.yaml#/user_preview"
1010
job_tag_name:
1111
type: string
12+
source_updated_at:
13+
type: string
14+
format: date-time
1215
source_locale:
1316
"$ref": "./locale_preview.yaml#/locale_preview"
1417
locales:
@@ -25,6 +28,7 @@ job_details:
2528
username: joe.doe
2629
name: Joe Doe
2730
job_tag_name: Job_123
31+
source_updated_at: '2020-01-01T00:00:00Z'
2832
source_locale:
2933
id: abcd1234cdef1234abcd1234cdef1235
3034
name: de-DE

0 commit comments

Comments
 (0)