Stytch · Schema

pwa_redirect_url_v3_UrlType

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
is_default boolean
type object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-redirect-url-v3-urltype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_redirect_url_v3_UrlType",
  "title": "pwa_redirect_url_v3_UrlType",
  "type": "object",
  "properties": {
    "is_default": {
      "type": "boolean"
    },
    "type": {
      "$ref": "#/components/schemas/pwa_redirect_url_v3_RedirectUrlType"
    }
  },
  "required": [
    "is_default"
  ]
}