Stytch · Schema

pwa_application_v3_CreateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
name string
vertical object
project_slug string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-application-v3-createrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_application_v3_CreateRequest",
  "title": "pwa_application_v3_CreateRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "vertical": {
      "$ref": "#/components/schemas/api_attribute_v1_Vertical"
    },
    "project_slug": {
      "type": "string"
    }
  },
  "description": "Request type",
  "required": [
    "name"
  ]
}