Zitadel · Schema

ListQuery

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
offset string
limit integer
asc boolean
View JSON Schema on GitHub

JSON Schema

zitadel-listquery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListQuery",
  "title": "ListQuery",
  "type": "object",
  "properties": {
    "offset": {
      "type": "string"
    },
    "limit": {
      "type": "integer"
    },
    "asc": {
      "type": "boolean"
    }
  }
}