Power DevBox Docs
  • Power DevBox
  • Getting Started
    • Install Chromium Extensions
    • Access Web App
    • Power Platform Connector
    • Visual Studio Code Extension
  • AutoReview
    • AutoReview - Chromium Extension
    • AutoReview - App
    • AutoReview - Power Platform Connector
      • Using Connector
      • Info (v1 & v2)
      • JSON (v1 & v2)
      • File (v2)
      • Diagam (v2)
      • HTTP
      • File (v1)
    • AutoReview - VS Code Extension
    • API
      • V1
        • Information API (v1)
        • Data API (v1)
        • Files API (v1)
      • V2
        • Information API (v2)
        • Data API (v2)
        • Files API (v2)
        • Diagram API (v2)
    • Menu
    • Files
      • Review
      • Report
      • Diagram
      • Exceptions
      • Solution
      • Compare with Previous
      • CSV Files
    • Configs
      • Complexity
        • Complexity Default Values
        • Complexity Template
      • Naming Convention
        • Naming Convention Default Value
        • Naming Template
      • Ratings
        • Ratings Default Value
        • Ratings Template
      • Scoring
        • Scoring Default Values
        • Scoring Template
    • Data JSON
  • V2 / V3.2.0 Update
  • AppReview
    • AppReview - Chromium Extension
      • Known Bugs/Limitations
      • Report Sections
      • App Settings
      • Components
      • Variables
      • Code Block
      • Solution
      • Connections
      • Data Source
      • Diagram
      • Flags
  • Flow Utilizer
    • Flow Utilizer - Start
    • Install
    • Flow Screen
      • Flow Tags
      • Solution Download
    • Solution Screen
    • Charts
    • Account
      • Account Download
  • Dev Tools
    • Power DevBox Chromium Extensions
      • Exception
      • Share
        • Share Demo Videos
      • Shortcut
      • Utility
        • Classic UI Clipboard
        • New UI Clipboard
        • Utility Demo Videos
Powered by GitBook
On this page
  1. AutoReview

Data JSON

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "version":2,
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      },
      "id": {
        "type": "string"
      },
      "environment": {
        "type": "string"
      },
      "owner": {
        "type": "string"
      },
      "trigger": {
        "type": "string"
      },
      "triggerParam": {
        "type": "string"
      },
      "triggerConfig": {
        "type": "string"
      },
      "triggerExpress": {
        "type": "string"
      },
      "triggerInputs": {
        "type": "string"
      },
      "triggerRecur": {
        "type": "string"
      },
      "premium": {
        "type": "boolean"
      },
      "connectionRefs": {
        "type": "integer"
      },
      "connectors": {
        "type": "integer"
      },
      "steps": {
        "type": "integer"
      },
      "variables": {
        "type": "integer"
      },
      "complexity": {
        "type": "integer"
      },
      "varNaming": {
        "type": "boolean"
      },
      "varNameConsts": {
        "type": "boolean"
      },
      "varNameUse": {
        "type": "boolean"
      },
      "composes": {
        "type": "integer"
      },
      "exception": {
        "type": "integer"
      },
      "exceptionHandleScope": {
        "type": "boolean"
      },
      "exceptionScope": {
        "type": "boolean"
      },
      "exceptionTerminate": {
        "type": "boolean"
      },
      "exceptionLink": {
        "type": "boolean"
      },
      "mainScope": {
        "type": "boolean"
      },
      "variableArray": {
        "type": "array",
        "items": [
          {
            "type": "object",
            "properties": {
              "name": {
                "type": "string"
              },
              "type": {
                "type": "string"
              },
              "value": {
                "type": "string"
              },
              "used": {
                "type": "boolean"
              },
              "named": {
                "type": "boolean"
              },
              "local": {
                "type": "boolean"
              }
            },
            "required": [
              "name",
              "type",
              "value",
              "used",
              "named",
              "local"
            ]
          }
        ]
      },
      "actionArray": {
        "type": "array",
        "items": [
          {
            "type": "object",
            "properties": {
              "position": {
                "type": "string"
              },
              "positionIndex":{
                "type": "string"
              },
              "positionType":{
                "type": "string"
              },
              "positionInfo":{
                "type": "string"
              },
              "connector": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "tier":{
                "type": "string"
              },
              "imgURL":{
                "type": "string"
              },
              "runAfter": {
                "type": "string"
              },
              "id": {
                "type": "string"
              },
              "hashId": {
                "type": "string"
              },
              "detail": {
                "type": "string"
              },
              "type": {
                "type": "string"
              },
              "exception": {
                "type": "string"
              },
              "index": {
                "type": "integer"
              },
              "nested": {
                "type": "string"
              },
              "complexity": {
                "type": "integer"
              },
              "filter": {
                "type": "string"
              },
              "pagination": {
                "type": "string"
              },
              "secure": {
                "type": "string"
              },
              "retry": {
                "type": "string"
              },
              "timeout": {
                "type": "string"
              },
              "notes": {
                "type": "string"
              },
               "parent" : {
                "type": "string"
              },
              "branch" : {
                "type": "string"
              }
            },
            "required": [
              "position",
              "step",
              "connector",
              "name",
              "tier",
              "imgURL",
              "runAfter",
              "id",
              "hashId",
              "detail",
              "type",
              "exception",
              "index",
              "nested",
              "complexity",
              "filter",
              "pagination",
              "secure",
              "retry",
              "timeout",
              "parent",
              "branch"
            ]
          }
        ]
      },
      "apiActionArray": {
        "type": "array",
        "items": [
          {
            "type": "object",
            "properties": {
              "position": {
                "type": "string"
              },
              "positionIndex":{
                "type": "string"
              },
              "positionType":{
                "type": "string"
              },
              "positionInfo":{
                "type": "string"
              },
              "step": {
                "type": "string"
              },
              "connector": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "tier":{
                "type": "string"
              },
              "imgURL":{
                "type":"string"
              },
              "runAfter": {
                "type": "string"
              },
              "id": {
                "type": "string"
              },
              "hashId": {
                "type": "string"
              },
              "detail": {
                "type": "string"
              },
              "type": {
                "type": "string"
              },
              "exception": {
                "type": "string"
              },
              "index": {
                "type": "integer"
              },
              "nested": {
                "type": "string"
              },
              "complexity": {
                "type": "integer"
              },
              "filter": {
                "type": "string"
              },
              "pagination": {
                "type": "string"
              },
              "secure": {
                "type": "string"
              },
              "retry": {
                "type": "string"
              },
              "timeout": {
                "type": "string"
              },
              "notes": {
                "type": "string"
              }
            },
            "required": [
              "position",
              "step",
              "connector",
              "name",
              "tier",
              "imgURL",
              "runAfter",
              "id",
              "hashId",
              "detail",
              "type",
              "exception",
              "index",
              "nested",
              "complexity",
              "filter",
              "pagination",
              "secure",
              "retry",
              "timeout"
            ]
          }
        ]
      },
      "exceptionArray": {
        "type": "array",
        "items": [
          {
            "type": "object",
            "properties": {
              "position": {
                "type": "string"
              },
              "positionIndex":{
                "type": "string"
              },
              "positionType":{
                "type": "string"
              },
              "positionInfo":{
                "type": "string"
              },
              "step": {
                "type": "string"
              },
              "connector": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "tier":{
                "type": "string"
              },
              "imgURL":{
                "type":"string"
              },
              "runAfter": {
                "type": "string"
              },
              "id": {
                "type": "string"
              },
              "hashId": {
                "type": "string"
              },
              "detail": {
                "type": "string"
              },
              "type": {
                "type": "string"
              },
              "exception": {
                "type": "string"
              },
              "index": {
                "type": "integer"
              },
              "nested": {
                "type": "string"
              },
              "complexity": {
                "type": "integer"
              },
              "filter": {
                "type": "string"
              },
              "pagination": {
                "type": "string"
              },
              "secure": {
                "type": "string"
              },
              "retry": {
                "type": "string"
              },
              "timeout": {
                "type": "string"
              },
              "notes": {
                "type": "string"
              }
            },
            "required": [
              "position",
              "step",
              "connector",
              "name",
              "tier",
              "imgURL",
              "runAfter",
              "id",
              "hashId",
              "detail",
              "type",
              "exception",
              "index",
              "nested",
              "complexity",
              "filter",
              "pagination",
              "secure",
              "retry",
              "timeout"
            ]
          }
        ]
      },
      "connectionArray": {
        "type": "array",
        "items": [
          {
            "type": "object",
            "properties": {
              "appId": {
                "type": "string"
              },
              "conName": {
                "type": "string"
              },
              "count": {
                "type": "integer"
              },
              "opId": {
                "type": "string"
              }
            },
            "required": [
              "appId",
              "conName",
              "count",
              "opId"
            ]
          }
        ]
      },
      "error": {
        "type": "string"
      },
      "actionObjectArray": {
        "type": "array",
        "items": [
          {
            "type": "object",
            "properties": {
              "step": {
                "type": "string"
              },
              "connector": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "id": {
                "type": "string"
              },
              "hashId": {
                "type": "string"
              },
              "object": {
                "type": "string"
              },
              "index": {
                "type": "integer"
              }
            },
            "required": [
              "step",
              "connector",
              "name",
              "id",
              "hashId",
              "object",
              "index"
            ]
          }
        ]
      }
    },
    "required": [
      "name",
      "id",
      "environment",
      "owner",
      "trigger",
      "triggerParam",
      "triggerConfig",
      "triggerExpress",
      "triggerInputs",
      "triggerRecur",
      "connectionRefs",
      "connectors",
      "steps",
      "variables",
      "complexity",
      "varNaming",
      "varNameConsts",
      "varNameUse",
      "composes",
      "exception",
      "exceptionHandleScope",
      "exceptionScope",
      "exceptionTerminate",
      "exceptionLink",
      "mainScope",
      "variableArray",
      "actionArray",
      "apiActionArray",
      "exceptionArray",
      "connectionArray",
      "error",
      "actionObjectArray"
    ]
  }

Last updated 10 months ago