{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateEmbeddingResponse",
"type": "object",
"properties": {
"object": {
"type": "string",
"description": "The object type, always list."
},
"data": {
"type": "array",
"description": "The list of embedding objects."
},
"model": {
"type": "string",
"description": "The name of the model used to generate the embedding."
}
}
}