Stytch · Schema

pwa_redirect_url_v3_UpdateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
valid_types array
do_not_promote_defaults boolean
View JSON Schema on GitHub

JSON Schema

stytch-pwa-redirect-url-v3-updaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_redirect_url_v3_UpdateRequest",
  "title": "pwa_redirect_url_v3_UpdateRequest",
  "type": "object",
  "properties": {
    "valid_types": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pwa_redirect_url_v3_UrlType"
      }
    },
    "do_not_promote_defaults": {
      "type": "boolean"
    }
  },
  "description": "Request type"
}