{
  "$schema": "http://json-schema.org/schema",
  "$id": "UtilApi",
  "title": "",
  "type": "object",
  "properties": {
    "tags": {
      "type": "string",
      "description": "Add tags to the project (used for linting)",
      "alias": "t"
    },
    "directory": {
      "type": "string",
      "description": "A directory where the project is placed"
    }
  }
}
