Issue Event Label

Issue Event Label

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string
color string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-issue-event-label-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/issue-event-label",
  "title": "Issue Event Label",
  "description": "Issue Event Label",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "nullable": true
    },
    "color": {
      "type": "string",
      "nullable": true
    }
  },
  "required": [
    "name",
    "color"
  ]
}