Perforce · JSON Structure

Perforce Helix Swarm Review Structure

Type: object Properties: 22

Review is a JSON Structure definition published by Perforce, describing 22 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id author changes commits commitStatus created deployDetails deployStatus description groups participants pending projects roles state stateLabel testDetails testStatus type updated updateDate versions

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Review",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "author": {
      "type": "string"
    },
    "changes": {
      "type": "array"
    },
    "commits": {
      "type": "array"
    },
    "commitStatus": {
      "type": "array"
    },
    "created": {
      "type": "integer"
    },
    "deployDetails": {
      "type": "array"
    },
    "deployStatus": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "groups": {
      "type": "array"
    },
    "participants": {
      "type": "object"
    },
    "pending": {
      "type": "boolean"
    },
    "projects": {
      "type": "object"
    },
    "roles": {
      "type": "object"
    },
    "state": {
      "type": "string"
    },
    "stateLabel": {
      "type": "string"
    },
    "testDetails": {
      "type": "array"
    },
    "testStatus": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "updated": {
      "type": "integer"
    },
    "updateDate": {
      "type": "string"
    },
    "versions": {
      "type": "array"
    }
  }
}