Skip to content

Commit 60683fc

Browse files
Merge pull request #301 from RobertCraigie/robert/fix-typo
Fix typo maxium -> maximum
2 parents 256338c + 0f93697 commit 60683fc

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
@@ -12217,7 +12217,7 @@ components:
1221712217
nullable: true
1221812218
metadata:
1221912219
description: &metadata_description |
12220-
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.
12220+
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.
1222112221
type: object
1222212222
x-oaiTypeLabel: map
1222312223
nullable: true
@@ -12413,7 +12413,7 @@ components:
1241312413
metadata:
1241412414
type: object
1241512415
description: |
12416-
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.
12416+
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.
1241712417
x-oaiTypeLabel: map
1241812418
oneOf:
1241912419
- required: [vector_store_ids]
@@ -13444,7 +13444,7 @@ components:
1344413444
metadata:
1344513445
type: object
1344613446
description: |
13447-
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.
13447+
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.
1344813448
x-oaiTypeLabel: map
1344913449
x-oaiExpandable: true
1345013450
oneOf:

0 commit comments

Comments
 (0)