Skip to content

Commit

Permalink
STRINGS-719 - Job: Add source last updated at information
Browse files Browse the repository at this point in the history
  • Loading branch information
forelabs committed Feb 3, 2025
1 parent 7456bd5 commit 85cfa51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -3057,6 +3057,10 @@
"job_tag_name": {
"type": "string"
},
"source_updated_at": {
"type": "string",
"format": "date-time"
},
"source_locale": {
"$ref": "#/components/schemas/locale_preview"
},
Expand All @@ -3080,6 +3084,7 @@
"name": "Joe Doe"
},
"job_tag_name": "Job_123",
"source_updated_at": "2020-01-01T00:00:00Z",
"source_locale": {
"id": "abcd1234cdef1234abcd1234cdef1235",
"name": "de-DE",
Expand Down
4 changes: 4 additions & 0 deletions schemas/job_details.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ job_details:
"$ref": "./user_preview.yaml#/user_preview"
job_tag_name:
type: string
source_updated_at:
type: string
format: date-time
source_locale:
"$ref": "./locale_preview.yaml#/locale_preview"
locales:
Expand All @@ -25,6 +28,7 @@ job_details:
username: joe.doe
name: Joe Doe
job_tag_name: Job_123
source_updated_at: '2020-01-01T00:00:00Z'
source_locale:
id: abcd1234cdef1234abcd1234cdef1235
name: de-DE
Expand Down

0 comments on commit 85cfa51

Please sign in to comment.