Activiti · Schema

AppDefinitionRepresentation

Activiti AppDefinitionRepresentation schema

BPMBusiness Process ManagementWorkflowBPMNOpen SourceProcess AutomationJavaREST API

Properties

Name Type Description
defaultAppId string
deploymentId string
description string
icon string
id integer
modelId integer
name string
tenantId integer
theme string
View JSON Schema on GitHub

JSON Schema

activiti-appdefinition.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/activiti/json-schema/activiti-appdefinitionrepresentation.json",
  "title": "AppDefinitionRepresentation",
  "description": "Activiti AppDefinitionRepresentation schema",
  "properties": {
    "defaultAppId": {
      "type": "string"
    },
    "deploymentId": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "icon": {
      "type": "string"
    },
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "modelId": {
      "type": "integer",
      "format": "int64"
    },
    "name": {
      "type": "string"
    },
    "tenantId": {
      "type": "integer",
      "format": "int64"
    },
    "theme": {
      "type": "string"
    }
  },
  "type": "object"
}