|
1 | 1 | # generated by datamodel-codegen: |
2 | 2 | # filename: openapi.json |
3 | | -# timestamp: 2025-12-21T10:07:13+00:00 |
| 3 | +# timestamp: 2025-12-23T12:55:37+00:00 |
4 | 4 |
|
5 | 5 | from __future__ import annotations |
6 | 6 |
|
@@ -1233,7 +1233,7 @@ class KeyValueStoreStats(BaseModel): |
1233 | 1233 |
|
1234 | 1234 | class KeyValueStore(BaseModel): |
1235 | 1235 | id: Annotated[str, Field(examples=['WkzbQMuFYuamGv3YF'])] |
1236 | | - name: Annotated[str, Field(examples=['d7b9MDYsbtX5L7XAj'])] |
| 1236 | + name: Annotated[str | None, Field(examples=['d7b9MDYsbtX5L7XAj'])] = None |
1237 | 1237 | user_id: Annotated[str | None, Field(alias='userId', examples=['BPWDBd7Z9c746JAnF'])] = None |
1238 | 1238 | username: Annotated[str | None, Field(examples=['janedoe'])] = None |
1239 | 1239 | created_at: Annotated[str, Field(alias='createdAt', examples=['2019-12-12T07:34:14.202Z'])] |
@@ -1357,7 +1357,7 @@ class DatasetStats(BaseModel): |
1357 | 1357 |
|
1358 | 1358 | class Dataset(BaseModel): |
1359 | 1359 | id: Annotated[str, Field(examples=['WkzbQMuFYuamGv3YF'])] |
1360 | | - name: Annotated[str, Field(examples=['d7b9MDYsbtX5L7XAj'])] |
| 1360 | + name: Annotated[str | None, Field(examples=['d7b9MDYsbtX5L7XAj'])] = None |
1361 | 1361 | user_id: Annotated[str, Field(alias='userId', examples=['wRsJZtadYvn4mBZmm'])] |
1362 | 1362 | created_at: Annotated[str, Field(alias='createdAt', examples=['2019-12-12T07:34:14.202Z'])] |
1363 | 1363 | modified_at: Annotated[str, Field(alias='modifiedAt', examples=['2019-12-13T08:36:13.202Z'])] |
|
0 commit comments