Stytch · Schema

pwa_application_v3_Project

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

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

JSON Schema

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