File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 82228222 },
82238223 "code": {
82248224 "type": "string"
8225- },
8226- "project": {
8227- "$ref": "#/components/schemas/project_short"
82288225 }
82298226 },
82308227 "example": {
82318228 "name": "English",
8232- "code": "en-GB",
8233- "project": {
8234- "name": "My Android Project",
8235- "main_format": "xml",
8236- "created_at": "2015-01-28T09:52:53Z",
8237- "updated_at": "2015-01-28T09:52:53Z"
8238- }
8229+ "code": "en-GB"
82398230 }
82408231 }
82418232 }
Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ account_locale:
77 type : string
88 code :
99 type : string
10- project :
11- " $ref " : " ./project_short.yaml#/project_short"
1210 example :
1311 name : English
1412 code : en-GB
15- project :
16- name : My Android Project
17- main_format : xml
18- created_at : ' 2015-01-28T09:52:53Z'
19- updated_at : ' 2015-01-28T09:52:53Z'
You can’t perform that action at this time.
0 commit comments