Weaviate · Example Payload

Weaviate Dbuser Info Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Dbuser Info Example is an example object payload from Weaviate, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

rolesuserIddbUserTypeactivecreatedAtapiKeyFirstLetterslastUsedAtnamespace

Example Payload

Raw ↑
{
  "roles": [
    "example-bsjszhod"
  ],
  "userId": "example-mnagzijo",
  "dbUserType": "db_user",
  "active": true,
  "createdAt": "2024-01-01T00:00:00Z",
  "apiKeyFirstLetters": "example-l",
  "lastUsedAt": "2024-01-01T00:00:00Z",
  "namespace": "example-ojywcvlu"
}