Zitadel · Schema

ListDetails

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
totalResult string
processedSequence string
timestamp string
View JSON Schema on GitHub

JSON Schema

zitadel-listdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListDetails",
  "title": "ListDetails",
  "type": "object",
  "properties": {
    "totalResult": {
      "type": "string"
    },
    "processedSequence": {
      "type": "string"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time"
    }
  }
}