{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmbeddingModelName", "title": "EmbeddingModelName", "enum": [ "text-embedding-3-small-1536", "text-embedding-3-large-3072" ], "type": "string" }