diff --git a/doc/compiled.json b/doc/compiled.json index fff21374..9cb2352b 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -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" } } } diff --git a/schemas/account_locale.yaml b/schemas/account_locale.yaml index 0ef7c86a..95b67b11 100644 --- a/schemas/account_locale.yaml +++ b/schemas/account_locale.yaml @@ -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'