From bbf8102e1976d4593d48032efe53daf241ccc593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= Date: Wed, 21 Jan 2026 10:00:16 +0100 Subject: [PATCH] fix: remove project from account locales --- doc/compiled.json | 11 +---------- schemas/account_locale.yaml | 7 ------- 2 files changed, 1 insertion(+), 17 deletions(-) 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'