{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FeatureExtractionRequest", "type": "object", "properties": { "inputs": { "type": "string", "description": "The text input(s) for embedding extraction" } } }