Stytch · Schema

api_connectedapps_v1_ConnectedAppPublic

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
client_id string
client_name string
client_description string
client_type string
logo_url string
View JSON Schema on GitHub

JSON Schema

stytch-api-connectedapps-v1-connectedapppublic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_connectedapps_v1_ConnectedAppPublic",
  "title": "api_connectedapps_v1_ConnectedAppPublic",
  "type": "object",
  "properties": {
    "client_id": {
      "type": "string"
    },
    "client_name": {
      "type": "string"
    },
    "client_description": {
      "type": "string"
    },
    "client_type": {
      "type": "string"
    },
    "logo_url": {
      "type": "string"
    }
  },
  "required": [
    "client_id",
    "client_name",
    "client_description",
    "client_type"
  ]
}