{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Onnx_mini_lm_l6_v2 Embedding Function Schema",
  "description": "Schema for the onnx_mini_lm_l6_v2 embedding function configuration",
  "version": "1.0.0",
  "type": "object",
  "properties": {
    "preferred_providers": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      },
      "description": "Parameter preferred_providers for the onnx_mini_lm_l6_v2 embedding function"
    }
  },
  "required": [],
  "additionalProperties": false
}
