{
  "$schema": "http://json-schema.org/schema",
  "id": "AddSchematic",
  "title": "add a recipe",
  "description": "",
  "type": "object",
  "properties": {
    "recipe": {
      "type": "string",
      "description": "Recipe to add"
    },
    "projectPath": {
      "type": "string",
      "description": "Path to apply the schematics"
    }
  },
  "required": ["recipe"]
}
