Lucidworks · Schema

Signal

SearchArtificial IntelligenceEnterprise SearchVector SearchRAGCommerce

Properties

Name Type Description
type string
userId string
sessionId string
timestamp string
params object
View JSON Schema on GitHub

JSON Schema

lucidworks-signal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Signal",
  "title": "Signal",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "userId": {
      "type": "string"
    },
    "sessionId": {
      "type": "string"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time"
    },
    "params": {
      "type": "object",
      "additionalProperties": true
    }
  }
}