Zitadel · JSON Structure

Zitadel Management Application Structure

Type: object Properties: 4 Required: 2
AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Application is a JSON Structure definition published by Zitadel, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/schema/v0 meta-schema.

Properties

id name state appType

Meta-schema: https://json-structure.org/schema/v0

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "name": "Application",
  "type": "object",
  "properties": {
    "id": {"type": "string"},
    "name": {"type": "string"},
    "state": {"type": "string"},
    "appType": {"type": "string"}
  },
  "required": ["id", "name"]
}