Skip to content

Commit 0f93697

Browse files
committed
Fix typo maxium -> maximum
1 parent cd3c3fe commit 0f93697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10281,7 +10281,7 @@ components:
1028110281
nullable: true
1028210282
metadata:
1028310283
description: &metadata_description |
10284-
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
10284+
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
1028510285
type: object
1028610286
x-oaiTypeLabel: map
1028710287
nullable: true
@@ -10475,7 +10475,7 @@ components:
1047510475
metadata:
1047610476
type: object
1047710477
description: |
10478-
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
10478+
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
1047910479
x-oaiTypeLabel: map
1048010480
oneOf:
1048110481
- required: [vector_store_ids]
@@ -11490,7 +11490,7 @@ components:
1149011490
metadata:
1149111491
type: object
1149211492
description: |
11493-
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
11493+
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
1149411494
x-oaiTypeLabel: map
1149511495
x-oaiExpandable: true
1149611496
oneOf:

0 commit comments

Comments
 (0)