{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Embedding",
"type": "object",
"properties": {
"object": {
"type": "string",
"description": "The object type, always embedding."
},
"embedding": {
"type": "string"
},
"index": {
"type": "integer",
"description": "The index of the embedding in the list of embeddings, corresponding to the position of the input."
}
}
}