Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -8222,20 +8222,11 @@
},
"code": {
"type": "string"
},
"project": {
"$ref": "#/components/schemas/project_short"
}
},
"example": {
"name": "English",
"code": "en-GB",
"project": {
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}
"code": "en-GB"
}
}
}
Expand Down
7 changes: 0 additions & 7 deletions schemas/account_locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ account_locale:
type: string
code:
type: string
project:
"$ref": "./project_short.yaml#/project_short"
example:
name: English
code: en-GB
project:
name: My Android Project
main_format: xml
created_at: '2015-01-28T09:52:53Z'
updated_at: '2015-01-28T09:52:53Z'
Loading