Perforce · JSON Structure

Perforce Helix Swarm Project Structure

Type: object Properties: 18

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

Properties

id name description members owners subgroups branches deleted deploy emailFlags jobview minimumUpVotes private retainDefaultReviewers tests workflow defaults readme

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Project",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "members": {
      "type": "array"
    },
    "owners": {
      "type": "array"
    },
    "subgroups": {
      "type": "array"
    },
    "branches": {
      "type": "array"
    },
    "deleted": {
      "type": "boolean"
    },
    "deploy": {
      "type": "object"
    },
    "emailFlags": {
      "type": "object"
    },
    "jobview": {
      "type": "string"
    },
    "minimumUpVotes": {
      "type": "integer"
    },
    "private": {
      "type": "boolean"
    },
    "retainDefaultReviewers": {
      "type": "boolean"
    },
    "tests": {
      "type": "object"
    },
    "workflow": {
      "type": "string"
    },
    "defaults": {
      "type": "object"
    },
    "readme": {
      "type": "string"
    }
  }
}