{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EmbeddingResponse", "type": "object", "properties": { "object": { "type": "string" }, "data": { "type": "array" }, "model": { "type": "string" }, "usage": { "type": "object" } } }