Stytch · Schema

pwa_redirect_url_v3_RedirectUrl

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
url string
valid_types array
View JSON Schema on GitHub

JSON Schema

stytch-pwa-redirect-url-v3-redirecturl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_redirect_url_v3_RedirectUrl",
  "title": "pwa_redirect_url_v3_RedirectUrl",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "valid_types": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pwa_redirect_url_v3_UrlType"
      }
    }
  },
  "required": [
    "url",
    "valid_types"
  ]
}