{
  "type": "object",
  "properties": {
    "assignees": {
      "type": "array",
      "description": "Usernames of people to assign this issue to. _NOTE: Only users with push access can add assignees to an issue. Assignees are silently ignored otherwise._",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}