SlashID · Schema

WorkflowWithConfiguration

IdentityAuthenticationPasswordlessMFAPasskeysUser ManagementCIAMOAuth2OIDCSSORBACSecurity
View JSON Schema on GitHub

JSON Schema

workflow-with-configuration.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.slashid.dev/schemas/WorkflowWithConfiguration.json",
  "title": "WorkflowWithConfiguration",
  "allOf": [
    {
      "$ref": "#/components/schemas/Workflow"
    },
    {
      "$ref": "#/components/schemas/WorkflowConfiguration"
    }
  ]
}