Skip to content

Commit 06b780f

Browse files
authored
fix: remove project from account locales (#1025)
1 parent 456b055 commit 06b780f

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

doc/compiled.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8222,20 +8222,11 @@
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
}

schemas/account_locale.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)