|
1 | | -# Copyright 2025 ApeCloud, Inc. |
2 | | -# |
3 | | -# Licensed under the Apache License, Version 2.0 (the "License"); |
4 | | -# you may not use this file except in compliance with the License. |
5 | | -# You may obtain a copy of the License at |
6 | | -# |
7 | | -# http://www.apache.org/licenses/LICENSE-2.0 |
8 | | -# |
9 | | -# Unless required by applicable law or agreed to in writing, software |
10 | | -# distributed under the License is distributed on an "AS IS" BASIS, |
11 | | -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 | | -# See the License for the specific language governing permissions and |
13 | | -# limitations under the License. |
14 | | - |
15 | 1 | # generated by datamodel-codegen: |
16 | 2 | # filename: openapi.merged.yaml |
17 | | -# timestamp: 2025-11-11T06:17:00+00:00 |
| 3 | +# timestamp: 2025-12-02T08:09:59+00:00 |
18 | 4 |
|
19 | 5 | from __future__ import annotations |
20 | 6 |
|
@@ -1406,7 +1392,9 @@ class SharedCollection(BaseModel): |
1406 | 1392 | gmt_subscribed: Optional[datetime] = Field( |
1407 | 1393 | None, description='Subscription time (only has value when subscribed)' |
1408 | 1394 | ) |
1409 | | - subscription_count: int = Field(..., description='Total number of subscriptions') |
| 1395 | + subscription_count: Optional[int] = Field( |
| 1396 | + 0, description='Total number of subscriptions' |
| 1397 | + ) |
1410 | 1398 | config: SharedCollectionConfig = Field( |
1411 | 1399 | ..., description='Collection configuration settings' |
1412 | 1400 | ) |
|
0 commit comments