Perforce · JSON Structure

Perforce Helix Swarm Comment Structure

Type: object Properties: 12

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

Properties

id attachments body context edited flags likes taskState time topic updated user

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Comment",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "attachments": {
      "type": "array"
    },
    "body": {
      "type": "string"
    },
    "context": {
      "type": "object"
    },
    "edited": {
      "type": "integer"
    },
    "flags": {
      "type": "array"
    },
    "likes": {
      "type": "array"
    },
    "taskState": {
      "type": "string"
    },
    "time": {
      "type": "integer"
    },
    "topic": {
      "type": "string"
    },
    "updated": {
      "type": "integer"
    },
    "user": {
      "type": "string"
    }
  }
}