Priority Editable Attributes

APIs.ioEngineeringPlatform

Properties

Name Type Description
labels object
priority integer Priority
requirement string Requirement
tlp object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cloudforce-one-priority-edit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cloudforce-one_priority-edit",
  "title": "Priority Editable Attributes",
  "properties": {
    "labels": {
      "$ref": "#/components/schemas/cloudforce-one_labels"
    },
    "priority": {
      "description": "Priority",
      "example": 1,
      "type": "integer"
    },
    "requirement": {
      "description": "Requirement",
      "example": "DoS attacks carried out by CVEs",
      "type": "string"
    },
    "tlp": {
      "$ref": "#/components/schemas/cloudforce-one_tlp"
    }
  },
  "required": [
    "labels",
    "priority",
    "requirement",
    "tlp"
  ],
  "type": "object"
}