Zitadel · Schema

OrgResponse

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
org object
View JSON Schema on GitHub

JSON Schema

zitadel-orgresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrgResponse",
  "title": "OrgResponse",
  "type": "object",
  "properties": {
    "org": {
      "$ref": "#/components/schemas/Organization"
    }
  }
}