ForgeRock · Schema

ProcessDefinition

A BPMN workflow process definition

Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOAuthOpenID Connect

Properties

Name Type Description
_id string
name string
key string
version integer
category string
deploymentId string
View JSON Schema on GitHub

JSON Schema

forgerock-processdefinition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProcessDefinition",
  "title": "ProcessDefinition",
  "type": "object",
  "description": "A BPMN workflow process definition",
  "properties": {
    "_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "category": {
      "type": "string"
    },
    "deploymentId": {
      "type": "string"
    }
  }
}