{ "$schema": "https://json-structure.org/meta/core/v0/#", "name": "EmbeddingRequest", "type": "object", "properties": { "input": { "type": "string", "example": "Azure API Management provides a unified gateway for APIs." }, "model": { "type": "string", "example": "text-embedding-ada-002" } } }