File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 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 },
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",
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments