File tree Expand file tree Collapse file tree 2 files changed +40
-41
lines changed
Expand file tree Collapse file tree 2 files changed +40
-41
lines changed Original file line number Diff line number Diff line change 30573057 "job_tag_name": {
30583058 "type": "string"
30593059 },
3060- "source_updated_at ": {
3060+ "source_translations_updated_at ": {
30613061 "type": "string",
30623062 "format": "date-time"
30633063 },
30843084 "name": "Joe Doe"
30853085 },
30863086 "job_tag_name": "Job_123",
3087- "source_updated_at ": "2020-01-01T00:00:00Z",
3087+ "source_translations_updated_at ": "2020-01-01T00:00:00Z",
30883088 "source_locale": {
30893089 "id": "abcd1234cdef1234abcd1234cdef1235",
30903090 "name": "de-DE",
Original file line number Diff line number Diff line change 1- ---
21job_details :
32 allOf :
4- - " $ref " : " ./job.yaml#/job"
5- - type : object
6- title : job_details
7- properties :
8- owner :
9- " $ref " : " ./user_preview.yaml#/user_preview"
10- job_tag_name :
11- type : string
12- source_updated_at :
13- type : string
14- format : date-time
15- source_locale :
16- " $ref " : " ./locale_preview.yaml#/locale_preview"
17- locales :
18- type : array
19- items :
3+ - " $ref " : " ./job.yaml#/job"
4+ - type : object
5+ title : job_details
6+ properties :
7+ owner :
8+ " $ref " : " ./user_preview.yaml#/user_preview"
9+ job_tag_name :
10+ type : string
11+ source_translations_updated_at :
12+ type : string
13+ format : date-time
14+ source_locale :
2015 " $ref " : " ./locale_preview.yaml#/locale_preview"
21- keys :
22- type : array
23- items :
24- " $ref " : " ./key_preview.yaml#/key_preview"
25- example :
26- owner :
27- id : abcd1234cdef1234abcd1234cdef1234
28- username : joe.doe
29- name : Joe Doe
30- job_tag_name : Job_123
31- source_updated_at : ' 2020-01-01T00:00:00Z'
32- source_locale :
33- id : abcd1234cdef1234abcd1234cdef1235
34- name : de-DE
35- code : de-DE
36- locales :
37- - id : abcd1234cdef1234abcd1234cdef1234
38- name : English
39- code : en-GB
40- keys :
41- - id : dbcd1234cdef1234abcd1234cdef1234
42- name : greeting.hello
16+ locales :
17+ type : array
18+ items :
19+ " $ref " : " ./locale_preview.yaml#/locale_preview"
20+ keys :
21+ type : array
22+ items :
23+ " $ref " : " ./key_preview.yaml#/key_preview"
24+ example :
25+ owner :
26+ id : abcd1234cdef1234abcd1234cdef1234
27+ username : joe.doe
28+ name : Joe Doe
29+ job_tag_name : Job_123
30+ source_translations_updated_at : ' 2020-01-01T00:00:00Z'
31+ source_locale :
32+ id : abcd1234cdef1234abcd1234cdef1235
33+ name : de-DE
34+ code : de-DE
35+ locales :
36+ - id : abcd1234cdef1234abcd1234cdef1234
37+ name : English
38+ code : en-GB
39+ keys :
40+ - id : dbcd1234cdef1234abcd1234cdef1234
41+ name : greeting.hello
You can’t perform that action at this time.
0 commit comments