{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the label. Emoji can be added to label names, using either native emoji or colon-style markup. For example, typing `:strawberry:` will render the emoji ![:strawberry:](https://github.githubassets.com/images/icons/emoji/unicode/1f353.png \":strawberry:\"). For a full list of available emoji and codes, see \"[Emoji cheat sheet](https://github.com/ikatyang/emoji-cheat-sheet).\""
    },
    "color": {
      "type": "string",
      "description": "The [hexadecimal color code](http://www.color-hex.com/) for the label, without the leading `#`."
    },
    "description": {
      "type": "string",
      "description": "A short description of the label. Must be 100 characters or fewer."
    }
  },
  "required": [
    "name"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}