Merge branch 'next' into shadow/add-shared-server-env

This commit is contained in:
ShadowArcanist
2026-01-14 05:26:06 +01:00
committed by GitHub
227 changed files with 9960 additions and 15827 deletions
-6
View File
@@ -15,12 +15,6 @@ use Visus\Cuid2\Cuid2;
'uuid' => ['type' => 'string'],
'name' => ['type' => 'string'],
'description' => ['type' => 'string'],
'environments' => new OA\Property(
property: 'environments',
type: 'array',
items: new OA\Items(ref: '#/components/schemas/Environment'),
description: 'The environments of the project.'
),
]
)]
class Project extends BaseModel