{
  "$schema": "http://json-schema.org/schema",
  "id": "fixIcon",
  "title": "fix icon",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Name of the project to target."
    }
  }
}